Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 376 Bytes

Demo games

Demo games to see some real examples of games can be found HERE!

HOW TO MAKE A GAME

1. Get set up

from BlazeSudio import Game
import BlazeSudio.Game.statics as Ss

These will be the parts of the library to make your game with.

For starters, let's make a Game object

G = Game()

// TODO: Finish