Skip to content

humaidk2/Lifecraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeCraft

Android pet simulation game that promotes exercise through mini-games.

Team

  • Product Owner: Dunstan
  • Scrum Master: Humaid
  • Development Team Members: Chris, Dunstan, Humaid, Jon

Table of Contents

  1. Usage
  2. Requirements
  3. Installing Dependencies

Usage

Adjust live polling:

In server.js set setInterval(poll, 5000); to desired interval.

Test polling:

Send GET request to /api/test

Requirements

  • Node
  • Bower
  • MySQL

Setup

Initialize database:

mysql -u root -p

create database hrgotchi;

use hrgotchi;

INSERT into Pets (name) VALUES ('CHOOSE_NAME');

From within the root directory:

npm install

cd public

npm install && bower install

Start SQL:

mysql.server start

Compile React:

npm run startReact 

Start Server:

npm start 

Visit:

localhost:3000

Roadmap

View the project roadmap here

About

Android pet simulation game that promotes exercise through mini-games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • Objective-C 4.7%
  • CSS 1.8%
  • Python 1.8%
  • Java 1.7%
  • HTML 1.3%