Skip to content

galiihajiip/voidnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOIDNET

VoidNet is a cyberpunk-themed multiplayer strategy game built using Python, Pygame, and FastAPI.

🎮 Features

  • Multiplayer support using WebSockets (FastAPI)
  • Real-time movement with collision detection
  • Procedural map generation
  • Modular codebase (client/server separation)

📦 Tech Stack

  • Python 3.12
  • Pygame
  • FastAPI
  • Uvicorn
  • Websockets

▶️ Getting Started

1. Run the Backend

cd backend
pip install fastapi uvicorn
uvicorn main:app --reload

2. Run the Client

cd client
pip install pygame websockets
python main.py

🌐 WebSocket Endpoint

ws://localhost:8000/ws

🧪 To Do

  • Enemy AI
  • Skill System
  • Inventory & Equipment
  • Leaderboards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages