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

RoboView game page

A cool programming game
Submitted by PoulpoGaz — 10 hours, 18 minutes before the deadline
Add to collection

Play game

Robo's itch.io page

Results

CriteriaRankScore*Raw Score
Does it implement the theme well?#273.7805.000
Would you recommend this to others to try out?#373.5914.750
Overall#583.7044.900
How much effort went into this? (keep in mind newcomers)#653.5914.750
Is this just spam?#663.7805.000
Was this entry made during the jam duration?#863.7805.000

Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

It throws a java exception error for some reason
Can you tell why?

Developer

If the exception is an IOException, it's probably due to the save system. In fact, when the program start, I store in a Path object the following path: System.getenv("APPDATA") + "/Robo". But APPDATA is only for windows. Then, it crashes my program. I tought it works for all platform because I read quickly the answer in this stackoverflow question.

If this isn't an IOExceptio or if the exception don't append, when the program try to save, I do not know and in this case I would like to know it.

Thank you.

Submitted

Pretty fun game. I liked coming up with a solution that used the least writing. Is there a way to check earlier show syntax? I forgot some of it and couldn't see any way to show it again. Good job!

Developer (1 edit)

No, because all "components" are hand made, I don't work too much on accessibility.

Thank you.