Skip to content

Commit

Permalink
create roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jul 13, 2024
1 parent b47d212 commit 5604a33
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This source code is available on [Github](https://github.com/dulvui/pocket-broom
## Table of contents
- [Pocket Broomball](#pocket-broomball)
- [Table of contents](#table-of-contents)
- [Roadmap](#roadmap)
- [Setup](#setup)
- [export\_presets.cfg](#export_presetscfg)
- [Join with your Broomball team](#join-with-your-broomball-team)
Expand All @@ -38,6 +39,9 @@ This source code is available on [Github](https://github.com/dulvui/pocket-broom
- [3D assets](#3d-assets)
- [Font](#font)

## Roadmap
Features/issues lists are visible in the [Roadmap](ROADMAP.md)

## Setup
Get the latest version of the Godot Engine editor and check out the
repo. Then open the `game/project.godot` file with the editor.
Expand Down
28 changes: 28 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Roadmap
List of features/issues for future versions of PocketBroomball.
So users from [Codeberg](https://codeberg.org/dulvui/pocket-broomball) and [Github](https://codeberg.org/dulvui/pocket-broomball) can track issues/features with ease.

## Table of contents
- [Roadmap](#roadmap)
- [Table of contents](#table-of-contents)
- [Backlog](#backlog)
- [In progress](#in-progress)
- [Done](#done)

## Backlog
Features/issues that will [probably] be added/solved in future

- make field borders responsive to device screen size https://github.com/dulvui/pocket-broomball/issues/30
- bot vs bot with custom difficulties https://github.com/dulvui/pocket-broomball/issues/26
- progressive knockback on ball hits https://github.com/dulvui/pocket-broomball/issues/23
- improve crowd sound effects https://github.com/dulvui/pocket-broomball/issues/21
- custom colors for shop items https://github.com/dulvui/pocket-broomball/issues/16
- online/local multiplayer https://github.com/dulvui/pocket-broomball/issues/15

## In progress
List of features that are currently worked on.


## Done
Features/issues that are added/solved in specific version

0 comments on commit 5604a33

Please sign in to comment.