This repo aims to make a clone of Boomerang Fu using pygame. We will put the main game here.
- Objective
- Movement
- Flash
- Weapons
- Melee
- Auto attack
- Projectile
- boomerang
- normal projectile
- Melee
- Environment
- Death
- Respawn (?)
- Menu
- Obstacle/Collision
- UI(might be rough or just CLI)
Multiplayer(later)
- Movement
$ pip install -r requirements.txt
We forked these references in our organization.
This project use '15 - fixes audio' from Zelda as the starter kit.
- pygame
socket (built in tcp/udp or some other libraries)sqlite (for database)pytorchZeroTier (for LAN networking)
- Skeleton
- Description of this project
- UI
- Single-player mode
- Multiplayer connectivity
- UML diagram
- meet PEP8 / add docstring / write tests