Skip to content

fernaper/mega_crate_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mega Crate Box

Based on the original game, Super Crate Box I decided to create Mega Crate Box. The idea is to get the maximum number of crates while climbing the scenario while enemies try to kill us.

How is it done?

It is done in Python with the library arcade. I create my own engine based on Unity concepts.

Right now the system has Entities, each entity has Behaviours and can have Colliders. This structures makes the on_draw and on_update methods really easy to manage. In fact there is no need to change that loop. You can just add items to the scene.

About

WIP: Python Arcade Game based on Super Crate Box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages