An implementation of Conway's Game of Life for the Nintendo Switch
- Unzip
[release].zip
, copyswitch/
to the root of your SD card. - Set
nxcgol.config.txt
, explained below. - Launch the application from HB menu.
- Install devkitpro with
switch-dev
,switch-curl
andswitch-zlib
using the Getting Started guide. For building releases you will needzip
. - Clone https://github.com/tbwcjw/nxcgol.git.
- Copy
nxcgol.sample.txt
tonxcgol.config.txt
and fill in the fields*. -
make (all)
- build the application and generate a release.
make build
- build the application.
make release
- builds and generate a release.
make clean
- removes build/build data. does not remove releases - Use NXLink to send
application.nro
and fptd to send thenxcgol.config.txt
, ensuring it is in the same directory asapplication.nro
.
This software is licensed under the MIT License.