Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Jumpstick RoboView game page

Avoid all kinds of things with just one button
Submitted by President of Space — 10 hours, 14 minutes before the deadline
Add to collection

Play game

Jumpstick Robo's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Hello, I really want to try this one but I use Linux. I totally understand builds can be difficult to do sometimes. But maybe you can links to the source code so i try to run it from source ??

Developer(+1)

Oh, sure! The issue is, I don't know the first thing about bundling python with executables, and when I tried  the  solution provided by the library I used, it didn't work. It's ironic, as I work on a Mac mainly :) However, it's super easy to run it from source on linux/Mac/any unix system that runs SDL, as it's just Python! The repo is public, I'll add a MIT license or something soon: https://github.com/matzieq/jumpy_robot 

To run it, you just need to install a couple of dependencies  (SDL2, gifsicle and Pyxel itself), the process is detailed here:

https://github.com/kitao/pyxel

It's super simple, then you just run jumpy_robot.py like any other python3 script.

In general, Pyxel is quite excellent and very well documented, but it still needs some work to iron out the rough spots.

Submitted

After a too long time trying to run pyxel on my system I give up. I'll wait until I have access to another computer to play the game, but thank you very much for taking the time to answer me! and thanks for your feedback on my game

Developer

that’s really weird. What distro are you running? I had no trouble at all on my lubuntu box

Developer(+1)

By the way, your game is really ingenious, and I like it a lot!