Skip to content

AZM999/Portal2D-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%