mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 04:23:42 +01:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1 +1,9 @@
|
|||||||
Game of life recreated with Python and the Arcade and pyglet modules.
|
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!
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
import logging, arcade, arcade.gui, sys, traceback
|
import logging, arcade, arcade.gui, sys, traceback
|
||||||
|
|
||||||
from utils.constants import menu_background_color
|
from utils.constants import menu_background_color
|
||||||
|
import pyglet
|
||||||
import pyglet.info, pyglet.event
|
|
||||||
|
|
||||||
def dump_platform():
|
def dump_platform():
|
||||||
import platform
|
import platform
|
||||||
|
|||||||
Reference in New Issue
Block a user