https://github.com/bokuweb/lifegameboy
🦀 Conway's Game of Life written in Rust on GameBoyAdvance
https://github.com/bokuweb/lifegameboy
Last synced: 9 months ago
JSON representation
🦀 Conway's Game of Life written in Rust on GameBoyAdvance
- Host: GitHub
- URL: https://github.com/bokuweb/lifegameboy
- Owner: bokuweb
- Created: 2020-04-05T16:57:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:43:36.000Z (over 2 years ago)
- Last Synced: 2025-02-07T04:38:49.166Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 5.67 MB
- Stars: 54
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lifegameboy
R.I.P John Conway.
Conway's Game of Life written in Rust on GameBoyAdvance.

## Build
```
docker run --rm -v `pwd`:/code bokuweb/rust-gba
```
## Play in emulator
```
visualboyadvance-m game.gba
```
## Transfer binary to GameBoyAdvance
```
sudo optusb/optusb game.gba
```