Skip to content

edd-ie/GameLab-B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The api bakcend for an interactive web game app that provides engaging games to help you relax

Table of Contents

  1. Getting started
  2. Explanation
  3. User
  4. Jump
  5. 2048
  6. Logic

Website : GameLab

Clone the project files to your local repository:

  • HTTPS => https://github.com/edd-ie/GameLab-B.git
  • SSH => git@github.com:edd-ie/GameLab-B.git
  • Git CLI => gh repo clone edd-ie/GameLab-B

Open terminal.

  1. Install Dependencies
  2. Run the development sever
$ bundle install
$ rake server
  • This is the api source for a frontend website used to provide responses to various HTTP requests

The User model use sinatra's active records to retrieve users data from the database and enables manipulation of the user data.

The Jump model use sinatra's active records to retrieve the jumps game data from the database, from score to users_id and enables manipulation of the data.

The Jump model use sinatra's active records to retrieve the 2️⃣0️⃣4️⃣8️⃣ game data from the database, from score to users_id and enables manipulation of the data.

This model is used to source application statistics for the leader board and active users count.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages