Skip to content

dyerjos/LudumDare50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

graph TD
    Player
    Rocket
    Cannon
    Cannon-Ball
    City
    Timer
    Score

    Player -- spawns --> Rocket -- destroys --> Cannon-Ball
    Cannon -- spawns --> Cannon-Ball -- destroys --> City
    Timer -- increases --> Score

    style Player stroke-width:4px, fill:lightblue
    style Rocket fill:lightblue
    style Cannon stroke-width:4px, fill:red
    style Cannon-Ball fill:red
    style City stroke-width:4px, fill:lightblue

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages