Skip to content

Srynetix/libnx-gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life for Nintendo Switch (using libnx)

screenshot

Build for Switch w/ Docker

# Clean if needed
docker run -ti --rm -v ${PWD}:/src yuzu-emu/switch-dev-env make -f Makefile.switch clean

# Make
docker run -ti --rm -v ${PWD}:/src yuzu-emu/switch-dev-env make -f Makefile.switch

Output file will be gol.nso

Build for Linux (using SDL2)

# Clean if needed
make -f Makefile.pc clean

# Make
make -f Makefile.pc

Output file will be gol

How to play

  • L: Pause game

  • R: Resume game

  • A: Randomize cells

  • X: Clear screen

  • Y: Speed up x5

  • +: Quit game

  • -: Show help

  • Press touch screen to revive cells.