Skip to content

Commit

Permalink
Update excalibur + todos
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 2, 2023
1 parent c7e00a6 commit d713122
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 24 deletions.
65 changes: 43 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "eonarheim",
"license": "BSD-2-Clause",
"dependencies": {
"excalibur": "0.28.1",
"excalibur": "0.28.2",
"lit": "3.1.0"
},
"devDependencies": {
"parcel": "2.10.2",
"ts-lit-plugin": "2.0.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
7 changes: 7 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## Bugs
* [ ] Sometimes the tutorial crashes and there is no way to proceed

## UI
* [x] Add social card!

## Gameplay
* [x] Start Screen
* [ ] Skip tutorial option
* [ ] Add instructions to the win screen
* [ ] Add a stats win screen
* [ ] Units kills/units lost
* [ ] Wait for death anim before popping ui?
* [ ] Show the name of the stage "Gentle Plains"
* [ ] Show the players name when they should move
* [ ] Range viz, support mobile
Expand Down

0 comments on commit d713122

Please sign in to comment.