diff --git a/README.md b/README.md index 51742b9..410e68c 100644 --- a/README.md +++ b/README.md @@ -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