Making a game
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
Last updated
Was this helpful?