Git Product home page Git Product logo

escape_mind's Introduction

Escape Mind

escape_mind, is a dematerialized escape game played online. During 25 minutes, the player follows the story of Sacha Ramirez, a scientist at the origin of an artificial intelligence named Kiara. Kiara has become dangerous and is about to be unplugged. To say goodbye, Sacha connects to her one last time. He has to be quick and clever so that Sacha can get out before she is unplugged, which will lead to her death at the same time.

Table of contents

Context

We are 5 students of the Polytechnic University of Hauts-de-France. In order to realize our end of degree project, we composed a motivated and multidisciplinary team to create a virtual escape game.

Built With

Functionalities

Functionalities

Getting Started

Back-end

Install dependencies.

$ npm install
$ composer install

If getting 500 server error.

$ php artisan key:generate
$ php artisan db:seed

Start the server.

$ php artisan serve
or
$ php -S localhost:8000 -t public

Running migrations & seedings.

$ php artisan migrate
$ php artisan migrate --seed

If inserting the data doesn't work.

$ composer dump-autoload 
$ php artisan migrate:fresh
$ php artisan migrate --seed

Create all flags

$ php artisan vendor:publish [0]
$ php artisan view:clear

Front-end

Automatic compilation of Sass and JS at each registration.

$ npm run watch

Minify CSS & JS files.

$ npm run prod

GitHub memo

Switches to another branch or restores files from the working tree

$ git checkout <commit>

Reset to HEAD after

$ git reset HEAD^ -- force
or
$ git reset --hard origin/master

Preview

Open http://localhost:8000 to view it in the browser.

Authors

  • Sarah Mauriaucourt - Developer & webdesigner - sarah-mrcrt
  • Alexandre Lavaud - Developer - Lalecks
  • Camille Kozak - Graphic designer
  • Mondine Odin - Sound designer & videographer
  • Antony Deschodt - Sound designer & videographer

Sources

Project status

The development of the application is completed.

escape_mind's People

Contributors

sarah-mrcrt avatar lalecks 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.