Microarmy
#1GAM June Game Jam
Install / Use
/learn @flipcoder/MicroarmyREADME
=====
Micro Army
A twin-stick platformer, inspired by Contra and Super Meat Boy
Originally developed for 1-Game-A-Month Game Jam (1GAM) during June 2016
Copyright © 2016 Grady O'Connell

Instructions
Releases
No binary releases yet! Check back soon!
Build Instructions
Windows build instructions (from QorBook)
Script for ArchLinux, Antergos, Manjaro, etc.
Manual Installation (advanced)
- Initialize the submodules and checkout the master branches:
git submodule update --init --recursive
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull origin master
- Get the libraries:
Vorbis, Boost, Jsoncpp, Pthread, Bullet, Sdl2, Raknet, Glew, Assimp, Freeimage, Glm, Freealut, Rapidxml, Openal, Cairomm, Ogg, Pangomm, Catch, Backward-cpp
- Build with premake4:
premake5 gmake
make microarmy config=release -j`nproc`
If the make command stalls your system, use -j1 or a number lower than your cpu core count.
- Run microarmy_dist from the bin folder
Credits
Grady O'Connell
Programming, Graphics, Music
Kevin Nelson
Programming
Mark McDaniel
Graphics
Kyle Gray
Programming
Douglas Drugan
Programming
Holly Buteau
Programming
=====
