Initial commit
authorStan_Lewry <stanley.jml@gmail.com>
Sat, 10 Jul 2021 19:07:34 +0000 (20:07 +0100)
committerStan_Lewry <stanley.jml@gmail.com>
Sat, 10 Jul 2021 19:07:34 +0000 (20:07 +0100)
commitf2d0e64dfc83487f9bf72a196f30b7984457928f
tree247801c4af7ba9b35cb493ffd576436e4c43936d
Initial commit
25 files changed:
Alogorithms.py [new file with mode: 0644]
Assets/_bitmap_font____romulus_by_pix3m-d6aokem.ttf [new file with mode: 0644]
Assets/alagard.ttf [new file with mode: 0644]
Assets/animation.png [new file with mode: 0644]
Assets/animation.pyxel [new file with mode: 0644]
Assets/dirt.png [new file with mode: 0644]
Assets/grass.png [new file with mode: 0644]
Assets/player.png [new file with mode: 0644]
Assets/player_debug.png [new file with mode: 0644]
Assets/sheet.png [new file with mode: 0644]
Assets/sheet.pyxel [new file with mode: 0644]
Assets/woodWall.png [new file with mode: 0644]
InputHandler.py [new file with mode: 0644]
Main.py [new file with mode: 0644]
Texture.py [new file with mode: 0644]
World.py [new file with mode: 0644]
WorldTemplates.py [new file with mode: 0644]
Writeup/first_attempt_bresenham_ray_tracing.png [new file with mode: 0644]
Writeup/first_attempt_bresenham_ray_tracing_door.png [new file with mode: 0644]
Writeup/linez.png [new file with mode: 0644]
Writeup/tile_development.png [new file with mode: 0644]
Writeup/vision.png [new file with mode: 0644]
__pycache__/InputHandler.cpython-39.pyc [new file with mode: 0644]
__pycache__/Texture.cpython-39.pyc [new file with mode: 0644]
__pycache__/WorldTemplates.cpython-39.pyc [new file with mode: 0644]