cgorringe / ft-snake

A multi-player Snake Game that runs on the Flaschen Taschen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft-snake - Snake Deathmatch

This is a multi-player Snake Game that runs on the Flaschen Taschen LED display at Noisebridge.

By Carl Gorringe

Check out my other Demos and Music Module Player for the Flaschen Taschen.

How to Install

Code is Not Yet Ready to Use

These instructions assume you're running a Mac or Linux OS. No effort has been made to test it on Windows.

This code depends on the C++ framework provided by the flaschen-taschen project. Since it's being used as a sub-module, you'll need to clone this repo using the --recursive option:

  git clone --recursive https://github.com/cgorringe/ft-snake

This program is meant to run directly on the Raspberry Pi that the Flaschen Taschen runs on.


License

Copyright (c) 2019 Carl Gorringe. All rights reserved.

Licensed under the the terms of the GNU General Public License version 2 (GPLv2).

About

A multi-player Snake Game that runs on the Flaschen Taschen.

License:GNU General Public License v2.0


Languages

Language:C++ 95.0%Language:Makefile 5.0%