Skip to content

Commit

Permalink
tweak todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 5, 2024
1 parent 33168c5 commit f7efb64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/post/typescript-asteroids.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ requires me first to do some code refactoring on the game. Notably, to do
training I want to be able to programmatically:

1. Reset the game,
2. Single-step the game loop,
3. Seed the RNG,
4. Extract internal state for observation, and
5. Decouple UI from business logic, so we can run the game logic without a full
2. Seed the RNG,
3. Single-step the game loop,
4. Extract internal state for observation,
5. Provide precise control inputs, and
6. Decouple UI from business logic, so we can run the game logic without a full
browser (for both simplicity and speed).

I'm not a good enough JS programmer to safely refactor piles of raw JS, so ...
Expand Down

0 comments on commit f7efb64

Please sign in to comment.