Skip to content

Commit

Permalink
Improve context file
Browse files Browse the repository at this point in the history
  • Loading branch information
phisn committed Sep 23, 2024
1 parent e09f0b7 commit 7b91980
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CONTEXT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Context

## Now

- I renamed web-game to game-player. Have to fix everything upon that.
- We wanted to extract reset functionality into game-web. Game should stay more pure. Especially since we have the bug that camera does not reset on reset call. For this also take a look if player in web should actually have such deep access. ALl sketchy.

## Next

- Split game-player so that we dont have settings in this way anymore. We use modules more independently
- Refactor how interpolation works. We where thinking about doing it using components. Maybe extend the game entities into our own entities?
- Redo ui using react
- We wanted to extract reset functionality into game-web. Game should stay more pure. Especially since we have the bug that camera does not reset on reset call. For this also take a look if player in web should actually have such deep access. ALl sketchy.

## Later

- Redo game-web ui using react
- Redo multiplayer using rust on server
- Do polish everything. Includes. Low latency using deferred fetch. Better PWA support.

0 comments on commit 7b91980

Please sign in to comment.