Jan Palma

@mobilex1122
5 Followers
19 Following
36 Posts
My name is Jan Palma. I study IT and I'm a big enthusiast in this field. I also do graphic design and animation.
Patreonhttps://janp.cz/patreon
Blueskyhttps://bsky.app/profile/janpalma.cz
Webhttps://janp.cz
Gravatarhttps://gravatar.com/palmajan
"Schifahren" will feature more than just the Alps #schifahren game #picolove #pico8 #love2d #gamedev #screenshotsunday
@zep Could you add Desktop links? (Symlinks in Linux) To allow users to have apps in one folder and links to them on the desktop. That would make the user experience much bettet.
Hi! I was thinking about starting a new project. If you want to know more you can read more on my site:
https://janpalma.cz/blog/new-project-idea-project-vpc
Jan Palma - New project Idea (Project VPC)

Jan Palma
@zep Can I contact you personally? I found something on your site and I would like to confirm if it's intended or not. (discord: `mobilex1122`)
Hi there! I just started using @zenbrowser and got blown away from how nice it is. If you like the idea of arc browser but want to have more privacy then try Zen. It's build on top of Firefox so no Chrome based browser today!
You can download zen here: https://zen-browser.app/
Zen Browser

Beautifully designed, privacy-focused, and packed with features.

#picotron 0.1.1 candidate changelog. Just a few more days of yak shaving to go:
https://pastebin.com/raw/F4pwqbfi

Started new small project for my current code editor lite-xl. Goal is to create plugin browser website that would replace the readme on their git. You can try alfa build here: https://mobilex1122.eu/miniprojects/lite-xlp/

#litexl #SmallProjects

LiteXlPlugins

(@Jackson_T_Allen · Feb 23, 2018)

#pico8 #tweetjam
A platformer that turns any red pixel into a player and any other non-black pixel into a platform!

j=0
::_::
flip()
j=max(j-1,0)
v=0
if(btn(⬅️))v-=1
if(btn(➡️))v+=1
for y=0,127 do
for x=0,127 do
if pget(x,y)==8then
if(btnp(🅾️)and pget(x,y+1)!=0)j=4
for i=1,0,-1 do
if pget(x+v,y+i-j)==0then
pset(x+v,y+i-j,8)
if(v!=0 or i-j!=0)pset(x,y,0)
goto _
end
end
end
end
end
goto _

https://pico-8-edu.com/?c=AHB4YQEOALSnn3NCfUxwcBEkdx9-_wNccELWtuff-RBddckxpyy07Tu4Ix9IT3_GJ2jepgzCeiK36wvZ4SA7xK-wDqe8Rbgxkp51W-cGqZ2W7I6duhp7hVdYGgrzhZ2J4L7uGcotPcG4fZ9ysNqw99JOdVS_1Cw290kKDSX6AyNzpYj40j2dgCwKpQRSKaGFp7C9yplarKTUEZiSEClLJ0QaYdmQnMnU2FQR7o5uDQ15-LAe&g=w-w-w-w1HQHw-w2Xw-w3Xw-w2HQH
#Pico8 #TweetGame

PICO-8 Education Edition

This might throw you back a few years, but I'm willing to make that choice!

Didn't felt any of my games today, so quickly threw together a game from my childhood!

Playable on itch and lexaloffle:
https://achie.itch.io/zap-bot
https://www.lexaloffle.com/bbs/?tid=142123

#pico8 #brickgame #pico8 #GameDevelopment #GameDev #IndieDev #PixelArt #Mockup #RetroGaming #lua #IndieDev

Zap-Bot by Achie

Brick Game remake in PICO-8! Clear lines before they clear you!

itch.io
Just looked into @mikrotik terminal for the first time and wow love how the terminal makes the text red when it does not recognize command before you even press enter. Much more user friendly than cisco terminals. I will try to look into it more so be tuned for followup that will go into more detail on my site.