Playground
playground for personal and old university projects
alphawinds
AlphaWinds is a PC tank game, written in C using Allegro.
It was an university project.
This repository will hold the original source code, besides binaries for Windows. Soon, Linux binaries will also be available.
-
Cloning this repository:
git clone git://gitorious.org/alphawinds/alphawinds.git alphawinds cd alphawinds
Add this repository as a remote to an existing local repository:
git remote add alphawinds git://gitorious.org/alphawinds/alphawinds.git git fetch alphawinds git checkout -b my-local-tracking-branch alphawinds/master_or_other_branch


