Simple educational chemical puzzle game built on SpriteKit for Swift Student Challenge
The project consists of two parts:
- iOS App
Elementaries.xcodeproj
- Xcode Playground
Elementaries.playground
Science chemical notation, like the languages spoken by people, requires a certain amount of time to get used to it. Small puzzle games help solve this problem thanks to the gamification of the process. Hungarian crossword is a very suitable type of game, as its rules are quite simple and clear for all ages.
This game format makes it easy to learn new chemical substances. And short facts about substances also develop the player’s horizons.
Hungarian crossword puzzle possesses trains player memory and concentration.
The simple structure of the program allows you to understand the algorithms of the game and the SpriteKit framework.
GameScene
- drawing game objects and processing actionsGameMaster
- controlling the game processGameFieldFormer
- filling the playing field with content