Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mazyod/swake

Snake game implemented in Swift! A demonstration of the Game View architecture described in Game Coding Complete.
https://github.com/mazyod/swake

game game-development snake snake-game spritekit swift

Last synced: 15 days ago
JSON representation

Snake game implemented in Swift! A demonstration of the Game View architecture described in Game Coding Complete.

Awesome Lists containing this project

README

        

## Swake
_A Snake Game Implemented in Swift_

### Motivation

I wanted to give the "Game View" approach, as described in Game Coding Complete, a try on a very simple and straightforward project. The game logic is graphics agnostic, and a `GameView` is just a consumer/driver of the logic. It can be graphical, AI agent, or remote/network based.

swake preview

### Author

Mazyod ([@Mazyod](http://twitter.com/mazyod))