Skip to content

justusdecker/pygame-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The current Project:

  • A Pong Clone to get into Collisions
  • Multiple Collision types: [circle,rect,pixel_perfect]

Use:

  • Essential stuff in the UI Elements will be fixed or expanded The new datamanagement system will be:
  • Encrypted
  • use bitarray to save memory(RAM & RWM)
  • can be interacting with the registry(If needed)

Already implemented:

  • simple box collisions between two entitys
  • vectors
  • logging
  • Animationsystem
  • JSON Datamanagement
  • UI Elements like buttons, labels, text_inputs...
  • Some UI Elements may not work currently.

The Cookie Clicker Clone Project:

Coming soon:

  • A DOOM Clone to get into pseudo 3D(variant)
  • A Mario Kart Clone to to get into pseudo 3D(variant)
  • A 2D mini RPG to get all of the stuff together & check for missing features,(text_boxes, type_writer_effect and so on!)
  • for more detail: view repo project!