Skip to content

JROB774/planet-3310

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planet 3310 (NOKIA 3310 JAM 3)

This project was made for 2021's NOKIA 3310 JAM 3. It is a simple 2D shoot-em-up about getting the highest score possible. A download for the game can be found over on itch.io, the game is also playable in browser on the same page.

Development

The game was developed in C and compiled using the TCC compiler. A port for web browsers was also developed using emscripten.

Building

Windows

Run build.bat win32 to build the application for Windows. The script is setup to require TCC in order to build, (which is included within this repository). Setting up the project to build with another C/C++ compiler would also be relatively simple as it has no external dependencies.

Web

Run build.bat web to build the application for the web. This requires emscripten to be setup in order for the build to work. All external dependencies are provided with the repo.

License

The project's code is available under the MIT License.