Skip to content

CarlosDahmen/setGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SET

What does the project do?

This project implements the card game SET in a full-stack web application. The application allows users to play the game as a single player and (eventually) against other players online. What is the purpose of the project?

To provide users with a convenient, interactive and enjoyable gameplay experience of the card game SET, while implementing both front and backend skills such as:

Front-end: The frontend of the application is responsible for rendering the game's user interface. It includes elements such as the game board, cards, and user controls (e.g., buttons for selecting cards). The UI should be intuitive, visually appealing, and responsive to user interactions.

Back-end: The backend of the application contains the game logic. It manages the rules of the Set card game, including card shuffling, dealing, and verifying valid sets. It also keeps track of players' scores, time limits, and any additional game features.

How can users get started with the project?

To get started with the project, users can clone the repository and then run the following commands: npm install npm start

This will start the application on port 3000.

Where can users get help with the project?

Users can get help with the project by opening an issue on the GitHub repository.

About

A front-end, single-player card game app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors