Pacman has a Gun!
A downloadable game
This game is part of the PyCodex branch of the gAIme (spelt like "game") project, where we generate games with AI and build on top of that.
This game's code has NOT been altered from the generation.
----Controls----
Left and right to move;
Spacebar to shoot.
Once they get to your x position, game over.
Download
Download
Pacman has a gun.zip 404 kB
Install instructions
You need WinRAR or 7Zip to unzip the ZIP file.
You will need Visual Studio, VS Code or another debugger/editor to run this game due to it including pygame.
For VS/VS Code:
1. Open Visual Studio/VS Code
2. Open the Pacman has a gun folder
3. Go to Run -> Start Debugging
4. Select "Python" and then "Python file"
5. The window should open
Development log
- Pacman has a Gun is launched.Aug 25, 2022
Comments
Log in with itch.io to leave a comment.
Fun fact guys, when I first generated Pacman has a Gun, I intended it to output just a clone of Pacman for myself, but when the code started to refer to "bullets", I was confused. And then, I debugged it; it was glorious.