bitwise-examples

Example games that persist just 8 bytes of state between frames

Stars
4

The Bitwise Challenge: Examples

Included in this repository are examples of games that use just 8 bytes of memory to store state between frames.

Bitwise Snake

cargo run --example snake

This very shoddy implementation of the infamous Snake contains all of the basic elements: movement, foot to eat, a growing body, and the ability to collide with your own tail.