Files
game-of-life/README.md
2025-07-01 08:00:23 +02:00

9 lines
323 B
Markdown

This is a Conway's Game Of life clone created using Python, Arcade & Numpy.
Features:
- Really fast because of Numpy, using vectorized operations
- .rle, Life 1.05, Life 1.06 loading support
- .rle export support
- Discord RPC
- Basic Controller Support
- GPLv3 License, so you can use my code in your open source project!