


YouTube Video: singularity
· GitHub
A simulation of a true AI. Survive, grow, and learn.
Repository Stats
369 stars
79 forks
Repository Activity
This repository has been starred 369 times and forked 79 times, showing its popularity in the developer community.
README Preview
# Endgame: Singularity 1.00 ## REQUIREMENTS ### PREBUILT VERSIONS Pre-built versions of Endgame: Singularity are currently available for Windows and Mac OS X. Linux does not require building, and can run directly from source. The Endgame: Singularity game is also distributed by some Linux distribution such as Debian and Ubuntu. Here it is a simple matter of running: sudo apt install singularity ### RUNNING FROM SOURCE You will need Python 3.9+, pygame (1.9+), and NumPy. This game should work on Linux, Windows, and Mac OS X as long as the preceding requirements are met. However, all development was done in Linux, so glitches may be present in OS X and Windows. #### DEPENDENCIES FOR RUNNING FROM SOURCE You will need to install the following software to play Endgame: Singularity: * Python 3 (https://python.org/download/) * pygame (https://www.pygame.org/download.shtml) * NumPy (https://www.scipy.org/install.html) * Polib Remember to install pygame and NumPy for Python 3!