mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2025-11-05 02:58:03 +01:00
20 lines
921 B
Plaintext
20 lines
921 B
Plaintext
The cursor used for virtual controller support is from the Pixel UI pack
|
|
by Kenney Vleugels for Kenney (www.kenney.nl)
|
|
with help by Lynn Evers (Twitter: @EversLynn)
|
|
Licensed (Creative Commons Zero, CC0) https://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
Thanks to Pixabay for the sound effects and the music!
|
|
|
|
The Roboto Black font used in this project is licensed under the Open Font License.
|
|
Read assets/fonts/OFL.txt for more information.
|
|
|
|
Huge Thanks to Python for being the programming language used in this game.
|
|
https://www.python.org/
|
|
|
|
Huge thanks to Arcade and Pyglet for being the graphical engines used in this game.
|
|
https://arcade.academy/
|
|
https://pyglet.readthedocs.io/en/latest/
|
|
|
|
Thanks to the following other libraries used in this game:
|
|
pypresence - https://github.com/qwertyquerty/pypresence - Used for Discord Rich Presence
|
|
numpy - https://github.com/numpy/numpy - Used for vector maths to make it fast |