Skip to content

This project is a real-time multiplayer game built using Express, and Socket.IO. It allows multiple players to join a game session and play simultaneously in a shared virtual environment.

License

Notifications You must be signed in to change notification settings

RileyManda/snakes-ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

logo

Snakes and Ladders Remake

Table of Contents ๐Ÿ“‹



Snakes and Ladders Remake ๐Ÿ“–

This project is a real-time multiplayer game built using Express, and Socket.IO. It allows multiple players to join a game session and play simultaneously in a shared virtual environment. The game is based on the classic board game, Snakes and Ladders, where players take turns to roll a dice and move their pieces across the board. The game is won by the first player to reach the last square on the board. The project inspired by https://github.com/Soupaul/snakes-and-ladders-multiplayer


Built With ๐Ÿ› 

Tech Stack ๐Ÿ—œ๏ธ

Client
  • HTML5 markup to build raw structure of this web page

  • CSS3 custom properties, FlexBox, Grid to make the website visually attractive

  • Javascript

  • Linters for coding convention and coding formating
Javascript runtime environment
  • Node JS as a javascript runtime machine [git], a free and open source distributed version control system
Deployment
Bundler
Version Control
Socket IO Control
CryptoJS
Nodemon



Key Features ๐Ÿท๏ธ

  • Snakes a ladders board
  • Display player positions
  • Display players
  • Display score board
  • If a player wind display winner

(back to top)



Live Demo ๐Ÿš€

No Live demo available

(back to top)


Project Demo ๐Ÿ

No project demo available

(back to top)


Getting Started ๐Ÿ’ป

To get a local copy up and running, follow these steps.

Prerequisites ๐Ÿงฑ

In order to run this project you need:



Setup โš™๏ธ

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/RileyManda/snakes-ladders
  • Navigate to the folder
cd my-folder
  • Checkout the branch
git checkout dev



Install ๐Ÿ—๏ธ

Install all dependencies:

    yarn



Usage ๐Ÿ“‚

To run the project, follow these instructions:

yarn start



Run tests ๐Ÿงช

How should it be tested? To run tests, run the following command:

  • HTML linter errors run:
npx hint . --fix
  • CSS linter errors run:
npx stylelint "**/*.{css,scss}" --fix
  • JavaScript linter errors run:
npx eslint . --fix
  • For unit testing, run:
npm test



Deployment

This project was deployed using GitHub Pages. For more information about how to use GitHub pages read here ๐Ÿคฉ.

If you want to watch a video about how to use GitHub pages instead of reading click here โ˜บ๏ธ.

(back to top)



๐Ÿ‘ฅ Authors

๐Ÿ‘ค Riley Manda

(back to top)



Future Features ๐Ÿ”ญ

  • Improve the UI with animations
  • Project UI Styling

(back to top)



๐Ÿ‘ฅ Attribution

Project Inspired by Soupaul :

Contributing ๐Ÿค

If you have suggestions ๐Ÿ“, ideas ๐Ÿค”, or bug reports ๐Ÿ›, please feel free to open an issue on GitHub. Remember, every contribution, no matter how big or small, makes a difference.

(back to top)



Show your support ๐ŸŒŸ

Thank you for taking the time to explore this project! Your support means a lot to me. If you find my project valuable and would like to contribute, here is one way you can support me:

  • Star the project โญ๏ธ: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.

  • Fork the project ๐Ÿด ๐ŸŽฃ: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.

  • Share with others ๐Ÿ—บ๏ธ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.

(back to top)



Acknowledgments ๐Ÿ™

I would like to express my sincere gratitude to CodeForte for the opportunity to build build this project.

(back to top)



FAQ โ“

  • Question_1 Do I have to use the vs code specifically?
    • Answer_1 You can use any code editor of your choice.
  • Question_2 Where can I download node JS for installation?

(back to top)

License ๐Ÿ“

This project is MIT licensed.

(back to top)

About

This project is a real-time multiplayer game built using Express, and Socket.IO. It allows multiple players to join a game session and play simultaneously in a shared virtual environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published