Skip to main content

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

TrainCode: Master the Rails [Alpha]View game page

Low level programing game
Submitted by Openfun (@OpenFunGames) — 3 days, 5 hours before the deadline
Rated by 1 person so far
Add to collection

Play game

TrainCode: Master the Rails [Alpha]'s itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

pre-jam devlog (optional)
Progress made during the jam

Features:
- Introduced unified UI (still in progress)
- Added new level
- Introduced shared registers
- Added level score
- Added graphics
- Added decorations around level
- Completely reworked documentation
Changes:
- Merged changes from another project (fixing issues in multiple scripts)
- Fixed some of the issues in editor
- Commented out unused instructions to remove confusion
- Reworked older levels to fix issues created with the merge

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

The good news: I got the train driving in circles!

I actually learned the assembly language when I was in school ... but still I did not find it easy to understand how to control the train.

The documentation (Editor->Documentation) does not work for me. It would be very helpful to have a full documentation how to control the train. What do the registers TD1-TD8 exactly do?

It would also be nice if the program editing and running would be a bit smoother. Maybe merge the program and editor window so that the program can directly be executed in the editor window?

An interesting project and the core mechanic works well, but I think for beginners the learning curve may be a bit steep ... and the controls a bit to old school ...

Developer

Thank you for the review. Editor->Documentation should open folder that contains md and html format of the documentation. You can also see it Online

Thank you for the feedback I will try to implement better program execution and explanation

Submitted

That was exacly what I was looking for! But opening the documentation via the menu does not work for me...

Developer

Yea I definitely need to fix that. I tested it only on mac + linux so that is fully my fault