Skip to content

ajknh/PastramiHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastrami Hunter

This is the Game Jam Game GitHub repository. This uses PyGame. To install it, please see https://www.pygame.org

Please see a basic outline of the Pygame structure at basicpygame/basicoutline.py

Basic Pygame code outline:

  1. While not done:
    • For each event (keypress, mouse click, etc.):
      • Use a chain of if statements to run code to handle each event.
    • Run calculations to determine where objects move, what happens when objects collide, etc.
    • Clear the screen
    • Draw everything

Important Links:

-https://www.blocksmithxr.com/blog/bot_is_sus

About

This is the Game Jam Game GitHub repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages