Giter Club home page Giter Club logo

open-supaplex's Introduction

OpenSupaplex

License: GPL v3 Run OpenSupaplex Tests

Supaplex is a game made in the early nineties.

image

Since then the source code has been lost. Some enthusiasts have disassembled the game, fixed many bugs, and added many features. Today the game and the so-called speed fix can be downloaded free from here. The source code for the speed fix is likewise, unavailable.

OpenSupaplex is a 1:1 reimplementation of the original game in C and SDL, with just a few changes to make it easy to use with game controllers, and also easy to port to any platform.

Getting Started

If you want to build the original game from its disassembled source code, please refer to the instructions in cilliemalan's repo.

Other than that, OpenSupaplex can be built for any of the following platforms:

  • macOS
  • Windows
  • PSP
  • PS Vita
  • PlayStation 3
  • Nintendo 3DS (one build for Old 3DS, and another one for New 3DS)
  • Nintendo Wii
  • Nintendo Wii U
  • Nintendo Switch

More platforms (like Android, iOS and tvOS) to come Soon™.

Prerequisites

Depending on the platform, you need to install a different toolchain to build the game for that platform. You will also need to install the libraries needed to make it work. Those are basically SDL and SDL_mixer, and their dependencies. All ports use SDL 2, except for PSP, Nintendo 3DS and Nintendo Wii, which use SDL 1.2.

All platforms supported are built from CI using GitHub Actions. You can check those workflows and the CI scripts used in them for more info about how to prepare the dev environment.

Building

Once the development environment is set up, building the game is usually as easy as:

$ make

On macOS, just opening the Xcode project and running it is enough.

Contributing

If you like this project, there are several ways you can contribute to it:

  • Reporting bugs: just file an issue in this repo, detailing the bug and how to reproduce it as much as you can. It's even better if you can record a demo of the bug using the demo feature of the game and upload the file.
  • Requesting features or ports: again, filing an issue in this repo is the way to go, detailing what you need as much as you can.
  • Submitting Pull Requests: you can also contribute with your own code. Just, please, be mindful of the code style and project structure used already.

Contributing with new features

New features are more than welcome. However, the main goal of OpenSupaplex is having a 1:1 clone of the original Supaplex game, in every possible aspect, and only making exceptions wherever is reasonable to do so.

New features must NOT change how the game works or looks in a way that CANNOT be avoided. For those kind of features, adding some kind of setting so users can opt-in is the way to go.

Contributing with ports to new platforms

The whole reason for OpenSupaplex to exist is to make the experience of the original game available natively to as many platforms as possible. If you want to bring OpenSupaplex to a new platform, please go for it!

But please be mindful of how ports are structured already in the repo:

  • Create a subfolder in the root of the repo with the (lowercase) name that represents the new platform. That folder should contain everything needed to build and bundle the game for distribution.
  • If needed, inside the src folder you can create also a folder with the (lowercase) name of the platform and add specific implementation files there.
  • If you can, avoid plaguing the code with #if statements for the new platform.
  • If you find a bug that only happens in the new platform, and presumably is a bug in either SDL, SDL_mixer or any of their dependencies, please, fix the root of the problem and don't write workarounds in the game's codebase. Not only you won't pollute OpenSupaplex with hacks that belong elsewhere, but you will also be contributing and helping people using SDL and SDL_mixer in that platform. I have done that many many times while working on the different ports, and it's a great experience.
  • It'd be very helpful if you also got some CI scripts to allow me building the new port from the GitHub Actions.

Contributing with feedback

I'm also very open to suggestions about how to make things better. Constructive feedback on my code, how to structure the project to make it easier to handle all the ports… just file an issue and we can discuss it there.

License

As expressed in cilliemalan's repo, the disassembled assembly source code of the game is released under the MIT license.

This repository also includes the resources from the original game, now distributed as freeware, that belong to their original authors.

On the other hand, I release the reimplementation in C under the GPLv3 license.

If you have a problem with this please don't hesitate to contact me.

open-supaplex's People

Contributors

beworld2018 avatar cilliemalan avatar sergiou87 avatar sharkwouter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.