Skip to content

ThiBsc/timeline-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Timeline Game

This is a timeline game in React

How to test

git clone https://github.com/thibsc/timeline-game
cd timeline-game

# client side
cd client
npm start

# server side
cd server
node timelineGameServer.js

Cards

The file server/Cards.json contains the description of the cards in this format

{
    "monument": [
        {
            "name": "Taj Mahal",
            "imgUrl": "https://you_image.jpg",
            "solution": "1631",
            "intSolution": 1631,
            "dateSource": "Unesco"
        },
        ...
    ],
    "other_category": []
}

To add a card to the game, you just have to add a json object in the list of your wanted category.

Screenshots

cellphone computer

About

A timeline game with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors