Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 587 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 587 Bytes

nautilus

A game we wrote for Stanford CS478.

Screenshot

The 'android', 'ios and 'linux' directories contain build files for their respective platforms, which call the code in the 'common' directory through the 'common.h' api.

Based on source code from the Android Open Source Project, the Stanford CS148 starter project, and Eigen.

###Build instructions:

####Android:

cd android
ndk-build
ant debug install

####Linux:

cd linux
make

####iOS: Some black magic with X-Code.