New version below, this is the first version
This is a remake of a game I coded mumble years ago with allegro.
It's still very much WIP, I started today and just got the basics working and some rough sprites drawn.
You can switch from joypad to mouse using a flag in the the code - which I would recommend if you can.
I enabled the mouse emulation in this cart, since the manual mentioned problems with mouse support on the bbs.
Issues:
- There is a bug when picking up an atom (it doesn't connect the free electrons to nearby other free electrons)
- in mouse emulation there is no bounds checking
Todo:
- an actual goal for the game
- removing molecules when all electrons are bound
- levels
- game over mechanic
- and a lot more
- sound
- music
Feedback welcome.
Ok, added a ttile and music by @Gruber from the Pico Tunes collection.
I also have some sort of win condition, and some preparation for the actua game, like the area on the right where new atoms could drop in.
You can enable mouse support by setting the flag in the code, by default mouse emulation via controller is enabled.
Still a long way to go, but one step at a time.
[Please log in to post a comment]