Coder Social home page Coder Social logo

fatus-project's Introduction

50 Nuances De Codes

Petit jeu 2D qui vous procura une grande dose de bonheur (metacritic 98/100). Réalisé par Samad, Jules, Dylan, Ismaël, Nabil, Carl, Alexandre.

Histoire

Vous êtes un membre d'équipage enfermé dans une cellule à la suite d'une rixe avec un supérieur hiérarchique (Mr. Guillaume Alexis) qui vous a valu un blâme et un isolement de 90 jours (bon je vous l'accorde, c'est pire que le COVID). Après une nuit de sommeil plutôt agité vous vous réveillez et vous constatez que tout l'équipage a disparu et que le vaisseau a été envahi par une horde d'aliens flottants au milieu des différentes salles composant cet immense bâtiment. Dans le même temps l'ordinateur principal a totalement été corrompu par un virus extraterrestre et cela a déclenché la procédure d'autodestruction. Votre but sera de trouver les différentes cartes magnétiques et clés afin d'ouvrir les portes qui vous mèneront vers votre objectif : une clé USB contenant un programme de secours vous permettant de reprendre le contrôle du vaisseau dans le but de revenir sur Terre et retrouver la civilisation.

Game Demo

Installation

Projet conçu pour une compilation avec GCC et la librairie Raylib. De par la nature de la procédure d'installation et de linkage, Linux est le système d'exploitation à préférer.

dans un terminal linux installation de gcc, CMake et git:

sudo apt update
sudo apt install 
sudo apt install build-essential git cmake
sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev 

Compiler et installer Raylib 3.0.0

Windows

Linux :

## on choisi le répertoire de son choix 
cd ~/Documents 
## puis clonage et compilation

git clone https://github.com/raysan5/raylib.git raylib
cd raylib
git checkout '3.0.0'
mkdir build && cd build
cmake -DSHARED=ON -DSTATIC=ON ..
make 


## puis installation 
sudo make install
cd ..
 
## optionnel supprimer le dossier initiale 
rm -fr raylib

Utilisation du jeu

## terminal
git clone https://github.com/killax-d/FATUS-Project

## dans le répertoire FATUS-Project

make

cd /dist

./app-50NuancesDeCodes 

Contrôles

Z
Q S D
OU
Pour se déplacer
Shift Pour sprinter
Pour changer d'item
Shift

+

Pour zoomer sur la mini-carte
E Pour utiliser
F Pour ramasser

Réflexion philosophique très profonde

Contributeur Fonction(s) Avis
Killax-D Lead Developer
Rokem IA
@Carl
Carlo el'calamaro
Evaluator Support IA RRReeeechercher... RRReeeechercher... TROUVER !!!
@Viag
Ismaël
Evaluator Support Tools Je préfère python
@Samad
Samad
Gameplay / Entities
Nabil Gameplay / Entities
@Julio
Julio
Developer

Version

Dernière version stable : Release-1.0

Documentation

La documentation est disponible ici.

Linkwhichoverkillyourcomputeur

fatus-project's People

Contributors

killax-d avatar samad-rokia avatar

Stargazers

 avatar

Watchers

 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.