Add Centipede Mods - #331
Conversation
- added initialize_mushroom_positions() which places down the mushrooms from a certain pattern - added bottom border and mushroom sprite - we now got a mushroom_patterns.txt with different commonly used mushroom patterns e.g. for debugging - changed the player borders from (10, 146) to (16, 140) -> decreased moving area - changed the player missile function so that the missile now appears directly above the player
# Conflicts: # src/jaxatari/games/jax_seaquest.py
…llision_with_mushrooms to vmap
# Conflicts: # src/jaxatari/games/mods/centipede_mods.py
# Conflicts: # src/jaxatari/games/jax_centipede.py
# Conflicts: # src/jaxatari/core.py # src/jaxatari/games/jax_centipede.py
📁 Previous CI results (run #32862231756)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ❌Some framework tests failed. Please check the details below: centipede ❌This log was automatically created at 2026-08-25 14:53:17 UTC. |
📁 Previous CI results (run #32875741980)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ❌Some framework tests failed. Please check the details below: centipede ❌This log was automatically created at 2026-08-25 17:03:18 UTC. |
📁 Previous CI results (run #32875741980)Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ❌Some framework tests failed. Please check the details below: centipede ❌This log was automatically created at 2026-08-25 17:05:25 UTC. |
Test ReportThis comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here: Base Branch ✅The PR's base branch is Changed Files ❌The PR changes files that should not be changed:
Please ensure that only allowed files are modified. Any changes in the Framework Tests ❌Some framework tests failed. Please check the details below: centipede ❌This log was automatically created at 2026-08-25 18:35:46 UTC. |
Add mods for Centipede to JaxAtari.