-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/QwertyR0/CellBoy
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# CellBoy | ||
A cell machine remake for Gameboy written in C using gbdk. | ||
A cell machine remake for Gameboy written in C using gbdk2020. | ||
Original Cell machine by Sam Hogan. | ||
|
||
## Controls: | ||
**A:** places cell or selects in menu | ||
**B:** rotates cell | ||
**Sel:** Switches cell | ||
**Start:** if pressed steps or runs simulation, if hold opens menu | ||
**Arrow keys:** moves cursor or selects in menu | ||
|
||
## Notes: | ||
- Because the lack of buttons You can reset back to first position by opening the menu in step mode | ||
- reset in menu restarts game and also resets your save file | ||
- to move the map around just make the cursor go to the corners | ||
- little slow on larger maps. might effect button trigger. | ||
- when first run, emulators create a .sav file for game data I recommend running .gb file in a folder | ||
- be sure that .sav and .gb files names matches | ||
|
||
# For more info: | ||
https://discord.gg/3TGmvpeNGa | ||
https://discord.gg/3TGmvpeNGa |