Skip to content

ChrisCooney05/codeQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeQuest()

Build Status Netlify Status

Welcome to codeQuest() if you would like to give our game a try please click here

How to play

Unlike other platformers you can't control our hero using standard up left/right key presses. Instead to get our hero moving you need to use methods attached to our hero! thats right, a platformer controlled with code!

Below you can see how movement is controlled
move

Also a display of how levels are passed win

Team codeQuest()

Emanuele Pace
Benedetta Arinci
Anthony Donovan
Chris Cooney

Technologies

Area Technology
Front end React
Languages used Javascript, HTML5, CSS
CI/CD Travis
Hosting Netflify
Styling CSS, Tachyons
testing and coverage Jest

Installing Locally

If you would rather play the game locally, or if you want to play with the source code you can do the following.

  1. Please clone this repo to your local machine (or fork then clone if you want to store a copy on your own repo)
  2. Run the following command to install dependencies
    npm install
    
  3. You have a few out the box scripts you can run
    npm test 
    npm start
    
    npm test will run all tests
    npm start will boot the server to port 3000 for you to play the game locally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors