TheSwiftAlps / GameJam

App for the Swift Alps Game Jam! ๐Ÿ•น

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagine Engine

Welcome to the Swift Alps Game Jam repo - which houses an app that will contain all of the games made at the game jam. To participate, do the following:

  • Make sure that you have Xcode 9.0 or later installed (preferrably Xcode 9.1).
  • Clone the repo.
  • Create a new folder for your game in the Games folder.
  • Create a class for your game. It needs to be called <nameOfGame>Game. See the demo game as an example.
  • Create a scene for your game. See the demo scene as an example.
  • Return your scene from your game's makeScene() method.
  • Create your game.
  • Submit a PR that adds your game!

Let's make some games! ๐Ÿš€

Graphics credits

This repo uses graphics from OpenGameArt.org, specifically:

This repo also uses graphics from other websites:

About

App for the Swift Alps Game Jam! ๐Ÿ•น

License:MIT License


Languages

Language:Swift 100.0%