Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:virashu/danmaku into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Virashu committed Feb 3, 2024
2 parents 288f818 + 781f129 commit 8433ce4
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# 弾幕 (Danmaku)
![pylint](https://img.shields.io/badge/Pylint-%3f-ffff00.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Goal
To create a bullet hell game similar to TouHou Project, Undertale, etc.

## Refactoring
- [x] main.py
- [x] bullet.py
- [x] enemy.py
- [x] gameobject.py
- [x] player.py
- [x] utils.py


## TODO
- [x] Levels
- [ ] Boss HP bar
- [x] Player HP/Bomb info
- [x] Player points info
- [x] Main menu
- [ ] Leaderboard
- [x] Sounds
- [x] Music
- [x] Graphics
- [x] Images
- [ ] Level background
- [ ] Effects (particles)
- [x] Bullets
- [ ] Trajectories
- [x] Enemies
- [x] Controls
- [x] Change controls to classic (shift, z, x)
- [ ] Settings
- [ ] Make player hitbox smaller
- [x] Replace resource path strings with constants from db
# 弾幕 (Danmaku)
![pylint](https://img.shields.io/badge/PyLint-8.42-yellow?logo=python&logoColor=white)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Goal
To create a bullet hell game similar to TouHou Project, Undertale, etc.

## Refactoring
- [x] main.py
- [x] bullet.py
- [x] enemy.py
- [x] gameobject.py
- [x] player.py
- [x] utils.py


## TODO
- [x] Levels
- [ ] Boss HP bar
- [x] Player HP/Bomb info
- [x] Player points info
- [x] Main menu
- [ ] Leaderboard
- [x] Sounds
- [x] Music
- [x] Graphics
- [x] Images
- [ ] Level background
- [ ] Effects (particles)
- [x] Bullets
- [ ] Trajectories
- [x] Enemies
- [x] Controls
- [x] Change controls to classic (shift, z, x)
- [ ] Settings
- [ ] Make player hitbox smaller
- [x] Replace resource path strings with constants from db

0 comments on commit 8433ce4

Please sign in to comment.