Go to file
Pat Wick 2e7e13996f updated player to be able to shoot projectiles
used some of the movement system "vector" idea for the movement
system to drive how the projectile moves. Direction is based on
the last direction the player moved. Eventually damage and speed
will depend on the race and class, but for now, it moves!
2024-03-06 22:05:52 -05:00
__pycache__ updated player to be able to shoot projectiles 2024-03-06 22:05:52 -05:00
angband.py updated player to be able to shoot projectiles 2024-03-06 22:05:52 -05:00
assessment.md Add assessment 2024-03-01 20:55:58 -05:00
asteroid.py completed asteroids game using retro 2024-02-20 21:23:53 -05:00
asteroid_spawner.py completed asteroids game using retro 2024-02-20 21:23:53 -05:00
dungeon.py started implementing level gen and char creation 2024-03-03 20:11:56 -05:00
map.py started implementing level gen and char creation 2024-03-03 20:11:56 -05:00
nav_game.py completed asteroids game using retro 2024-02-20 21:23:53 -05:00
player.py updated player to be able to shoot projectiles 2024-03-06 22:05:52 -05:00
poetry.lock started implementing level gen and char creation 2024-03-03 20:11:56 -05:00
projectile.py updated player to be able to shoot projectiles 2024-03-06 22:05:52 -05:00
pyproject.toml Initial commit 2024-02-01 00:12:52 +00:00
spaceship.py completed asteroids game using retro 2024-02-20 21:23:53 -05:00
wall.py started implementing level gen and char creation 2024-03-03 20:11:56 -05:00