JROB774 / planet-3310

A shoot-em-up game made for 2021's NOKIA 3310 JAM 3.

Home Page:https://jrob774.itch.io/planet-3310

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A shoot-em-up game made for 2021's NOKIA 3310 JAM 3.

https://jrob774.itch.io/planet-3310

License:MIT License


Languages

Language:C 99.9%Language:HTML 0.0%Language:Batchfile 0.0%