Simple 2D shooter game in Python that works in 3 modes:
- two player game
- simple bot game
- AI bot game (using Reinforcement Learning)
Players can fight with each other using different kinds of weapons and level up when collecting various boosters.
- pygame
- numpy
- pickle