Skip to content

jamesofarrell/tron-clone

 
 

Repository files navigation

tron-clone

Hello, I see you have come across my only working, completely bug free, simple game.
tron-clone is exactly what it says on the tin. It is a remake of the game tron. RG350 PORT

tron.png


Disclaimers:

  • This repository was created as a simple test of my C++ and SDL skills. I attempt to make use of the best practises yet I have a long way to go.
  • This repository does have SDL and cmake as dependencies, so, if you do not have them and still wish to play my (underwhelming) game, please install them.
  • This repository has only been tested on Mac OSX, as for Linux I believe it should work and as for Windows, if used with Cygwin the game should (in theory) run properly.

Quickstart guide:

To begin playing clone the repository using this command:

git clone https://github.com/Balajanovski/tron-clone.git && cd tron-clone

To build the opk file type:

make && ./create_opk.sh

And to play just copy to your RG350 external sdcard to apps


How To Play

Red controls with the DPAD.
Green controls with ABXY.

Try cut off the other person and get them to collide with your tail or their own.


Dependencies list:

About

A recreation of the classic arcade game Tron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.4%
  • Makefile 3.5%
  • Shell 2.7%
  • C 1.4%