VoidNet is a cyberpunk-themed multiplayer strategy game built using Python, Pygame, and FastAPI.
- Multiplayer support using WebSockets (FastAPI)
- Real-time movement with collision detection
- Procedural map generation
- Modular codebase (client/server separation)
- Python 3.12
- Pygame
- FastAPI
- Uvicorn
- Websockets
cd backend
pip install fastapi uvicorn
uvicorn main:app --reloadcd client
pip install pygame websockets
python main.pyws://localhost:8000/ws
- Enemy AI
- Skill System
- Inventory & Equipment
- Leaderboards