ACE (niAei spaCe gamE) is a 2D space shooter game written on Python.
This game has no purpose other than showing coding is fun. With good coding experience, one can create a game with a little effort.
pygame==2.1.2
v3d==0.0.5
git clone https://github.com/mshemuni/ACE.git
cd ACE
pip install pygame==2.1.2 v3d==0.0.5
or
pip install -r requirements.txt
python main.py
Mohammad S.Niaei