TuftEntertainment / hashtag-warrior

Open-source iOS game powered by cocos2d.
MIT License
8 stars 7 forks source link

Remove template game and add basic scenes. #1

Closed verbitan closed 11 years ago

verbitan commented 11 years ago

It's time to make a start!

Remove the template scenes and add basic game scenes (main menu, in game, game over) and transitions between each.

The scenes don't need much, just a basic label to identify each.

verbitan commented 11 years ago

The game now loads up with a splash screen which fades into the game.

Still need to add a main menu and game over scene.