Skip to content

radaelilucca/Guess-the-Champ

Repository files navigation

Guess the Champ

Guess the champ logo image

A League of Legends gessing game!

🎮 The project  |  🧰 Tech stack  |  ➕ Contributing  |  📝 License

🎮 The project

This is a League of Legends guessing game where you have to guess the champions according to their skills (image or description) or synopsis. There is a time limit and every wrong answer will reduce your current score. You can play alone or challenge a friend to a 1v1 realtime match, where the one who guess first wins the game.

Ps: we are at the first playable alpha so most of the features are not implemented yet...

Project main demo image

You can try the live version here: guessthechamp.com

🧰 Tech stack

Frontend 🖼

Typescript Logo React.js logo Styled Components logo Recoil logo Jest logo

The frontend was created with React, Typescript and Styled-Components and it's only responsibilities are some anti-cheat logics.

Backend ⚙️

Typescript Logo Node.js logo Postgresql Logo Typeorm logo Jest logo

The backend of course is in charge of all game logics and data persistence, and it was created with Node.Js, using express as the main framework, postgresql as the main database and typeorm as the ORM.

Both server and client are using Typescript as the main programing language and crypto.js to encrypt / decrypt game data in order to prevent cheat through network scans.

➕ Contributing

  • First of all, leave a star! ⭐️
  • Fork this repo
  • Create a branch to work on your fix/feature: git checkout -b feat/my-cool-feature
  • Commit your changes: git commit -m "feat: add my cool feature"
  • Upload your changes and make a pull request! git push origin feat/my-cool-feature

📝 License

This project is under the MIT license. See LICENSE file for more details.