Giter Club home page Giter Club logo

phantomaspc's Introduction

Phantomas PC

Phantomas remake. A platform game where you need to guide a thief around a mansion hunting some treasures and avoiding the enemies. Check here for more information.

License

Phantomas PC is a gift. You can use, redistribute and modify it in any way and you don't need to pay anything for it.

This software is distributed without any warranty, use it on your own risk.

This software includes the Alogg library from Vincent Penquerc'h. This library is distributed under the terms of the LGPL.

Building from source

Ubuntu

On Ubuntu based distros, the process is quite straightforward:

sudo apt install build-essential liballegro4-dev libvorbis-dev liblua5.4-dev lua5.4 qmake6

Make sure lua5.4 is in the path

cd into the projects root folder

chmod +x builddata.sh && ./builddata.sh 

qmake6 phantomas1.pro

make

Other systems

On any other operating system or Linux distros, things could be different. Use the information in this section to help yourself to build the project on these systems.

Dependencies

Needed dependencies:

  • allegro 4.0.0 or higher, 4.2 and 4.4 work as well. Get it here.

  • lua 5.1.3 or higher. Get it here.

Optional dependencies:

  • libogg y libvorbis. (Ogg music support). Get them here.

  • libintl and libiconv (Translations support).

In order to build the game you need to follow these steps:

  • Build the data file with Allegro's dat utility, you can use the script builddata.sh.

  • Build the project, use qmake to generate a Makefile for it. Maybe you need to tweak in the Makefile some of the paths to the libraries (-L parameter) or includes (-I parameter). You can disable the use of some libraries by changing the value of the directives in the config.h file.

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.