Zappy is an exciting network game project where teams of AI-controlled characters compete on a resource-rich planet. The goal is to guide your team to spiritual elevation by collecting resources and performing rituals.
- Server: Manages the game world and logic (C)
- GUI: Provides a visual representation of the game (C++)
- AI Client: Controls individual characters autonomously (Python)
- Real-time multiplayer gameplay
- Resource management and collection
- Team-based competition
- Elevation rituals for character progression
- Dynamic world with respawning resources
Step 1: Download SFML: Simple Fast Multimedia Library Step 2: Create a build folder at the root of the repository
mkdir buildcd buildStep 3:Cmake ..in the build directory Step 4:Makecommand Step 5: Enjoy
For detailed information about the project, including architecture, protocols, and implementation details, please refer to our comprehensive documentation:
Documentation[https://madsdocs.gitbook.io/zappy/]
