← Back to Projects
// CASE STUDY
Pirate Ships
Knight Hacks 2024 — Hackathon Project
PythonpygameGoogle Cloud
01Situation
24-hour hackathon (Knight Hacks 2024) at UCF.
02Task
Build a functional, networked multiplayer game from scratch within the hackathon time limit.
03Actions
- ▸Wrote all primary game logic and client code in Python with pygame.
- ▸Built a relay server hosted on a Google Cloud VM to synchronize game state between two clients in real time.
04Results
- ★Completed and demoed at Knight Hacks 2024.
- ★Real-time multiplayer Battleships functional over the internet.