Rafaelmdcarneiro / starfox

A StarFox-like game written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarFox

A StarFox-like game written in C++.

I put this project together mostly because I wanted to test out some ideas I had for building a Unity3D-inspired object/component model and scene graph.

Screenshot

Building the Code

This project is developed on Windows, but should be easy enough to port to other platforms. This would mainly consist of implementing the platform-specific files in gsgamelib/src/gs/platform.

Assuming you're on Windows:

Install Visual Studio (2013 or later)

Install Autodesk FDB SDK

cd StarFox
mkdir build & cd build
cmake ..

Open starfox.sln and build the solution.

To run the game, set starfoxgame as the startup project in Visual Studio, and set the Debug Working Directory to point to Starfox/source/starfoxgame.

Build the INSTALL project to have it install the game and data files to StarFox/bin.

About

A StarFox-like game written in C++.

License:MIT License


Languages

Language:C++ 93.5%Language:CMake 4.1%Language:C 2.4%