Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/QwertyR0/CellBoy
Browse files Browse the repository at this point in the history
  • Loading branch information
QwertyR0 committed Oct 1, 2023
2 parents 987a4e3 + 06765ba commit a920ef8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
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

0 comments on commit a920ef8

Please sign in to comment.