Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 439 Bytes

Portal2D

A simple portal game in python, inspired from valve's portal series

  • src/
    • Game loop is in main.py
    • Logic related to collision will be in collision.py
    • Logic related to player will be in entity.py
    • Logic related to gun will be in gun.py
    • Logic related to map will be in map.py
    • Logic related to portal will be in portal.py
    • physics will be in physics.py
    • map data is stored as 2d list in map_list