• Joined on 2023-10-24
sage pushed to main at sage/BatterUp 2025-02-24 19:58:53 -05:00
b4ac028cd9 Consolidate assets into src/assets/
sage pushed to main at sage/BatterUp 2025-02-24 19:50:25 -05:00
30aa5bd6c6 Merge pull request 'extract-input-controllers' (#4) from extract-input-controllers into main
09e48b65b4 Fix pitching
9bbd68c302 Some other small main.lua refactoring
7c7b5ff762 Extract Game:updatePitching()
b928ee3658 Tuck bat away if `batter` is `nil`
Compare 6 commits »
sage merged pull request sage/BatterUp#4 2025-02-24 19:50:23 -05:00
extract-input-controllers
sage created pull request sage/BatterUp#4 2025-02-24 19:50:14 -05:00
extract-input-controllers
sage pushed to extract-input-controllers at sage/BatterUp 2025-02-24 19:49:48 -05:00
09e48b65b4 Fix pitching
sage pushed to extract-input-controllers at sage/BatterUp 2025-02-24 17:01:55 -05:00
9bbd68c302 Some other small main.lua refactoring
sage pushed to extract-input-controllers at sage/BatterUp 2025-02-24 16:24:49 -05:00
7c7b5ff762 Extract Game:updatePitching()
sage pushed to extract-input-controllers at sage/BatterUp 2025-02-24 15:56:17 -05:00
b928ee3658 Tuck bat away if `batter` is `nil`
sage created branch extract-input-controllers in sage/BatterUp 2025-02-24 15:37:42 -05:00
sage pushed to extract-input-controllers at sage/BatterUp 2025-02-24 15:37:42 -05:00
3a465cb02d Extract UserInput as an InputHandler.
sage pushed to main at sage/BatterUp 2025-02-24 13:36:26 -05:00
b44756ff57 Add testBall.lua, testMain.lua, and testStatistics.lua
sage pushed to main at sage/BatterUp 2025-02-24 11:36:12 -05:00
48a9854653 Remove unused param
sage pushed to main at sage/BatterUp 2025-02-24 11:34:33 -05:00
51c80fa427 Add testActionQueue
sage pushed to main at sage/BatterUp 2025-02-23 18:23:26 -05:00
19ddae6273 Remove or update some outdated TODOs
sage pushed to main at sage/BatterUp 2025-02-23 18:17:14 -05:00
687bf74979 Check for a game over after each score.
sage pushed to main at sage/BatterUp 2025-02-23 18:11:43 -05:00
aa72d2a19f Remove the TODO for the previous runner fix.
sage pushed to main at sage/BatterUp 2025-02-23 18:11:10 -05:00
f42ef06ff6 Only one runner can be safe on one base at a time.
sage pushed to main at sage/BatterUp 2025-02-23 13:10:16 -05:00
aceefeb25c Add a screen for showing the game's controls
sage pushed to main at sage/BatterUp 2025-02-23 11:11:08 -05:00
d82ab06534 Use `-v` in `make test`
sage pushed to main at sage/BatterUp 2025-02-23 11:10:45 -05:00
3715361718 Move fielder targeting to array-based system