An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# lifegameboy

R.I.P John Conway.
Conway's Game of Life written in Rust on GameBoyAdvance.

![video](./video.gif)

## 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
```