Giter Club home page Giter Club logo

alchemytogether's Introduction

Logo

Thank you for visiting the GitHub repository! Here you can find the full code for the game (some parts are ugly as hell because this game was made for a Game Jam and I wanted to make sure I made it on time).

Please, feel free to visit the Issues section if you have any problem that needs to be solved. If you want to download the latest version, go to the itch.io page, or go to Releases and choose the latest one (the one at the top).

Compiling on Linux

In order to compile the program on any Linux machine, follow these instructions:

1. Install everything you need

In order to compile Alchemy Together you need the following programs:

  1. git
  2. g++
  3. make

The installation method depends on the distribution. Try running those commands on bash. You might have them installed, or maybe you don't and a line will be displayed, telling you how to install them.

If this line doesn't appear, you usually just need to type:

sudo apt install git

(On Fedora machines, instead of apt write yum).

2. Clone the project

Use the following command to copy the contents of the repository to your machine:

git clone https://github.com/MascaChapas27/AlchemyTogether

Once the cloning is done, type the following command to navigate to the directory:

cd AlchemyTogether

3. Check constants

In Utilities.hpp there are three constants that change the way the game is displayed:

// Activar para ver las hitboxes
const bool DEBUG = false;

// Activar para poner el idioma a español
const bool SPANISH = true;

// Activar para poner los controles de la recreativa y
// otros assets (el idioma será español aunque SPANISH sea false)
const bool RECREATIVA = true;

The most important here is SPANISH. Set it to true if you want the game to be in Spanish or false if you want it in English. Also, make sure RECREATIVA is set to false if you want to play on PC.

4. Compile the project

Type make to compile the project. If something bad happens, error messages will appear. Please, go to the Issues section, click on the "New Issue" button and paste the message. I would also appreciate it if you told me what distribution you are using and which version.

5. Run the project

Type make run to execute the program. It should work if there were no compilation errors during step 3, but anything could happen. Again, if it doesn't work, you can create an Issue and paste the error message you got.

Typical errors

Sometimes the project will compile properly but won't run because a resource cannot be found. Please make sure that the structure of the project is exactly the same as in the repository: if you change names or move files you may screw everything!!

alchemytogether's People

Contributors

mascachapas27 avatar jetoge avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jetoge

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.