Trifall / odd-one-out

Odd-One-Out Interactive Web Game

Home Page:https://oddone.trifall.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odd One Out Game

Overview

Browser game which displays a grid of symbols/characters and the user has to select the odd-one-out before the time runs out.

Built using ShadCN, TailwindCSS, Vite, and React. Uses local storage APIs for all leaderboard entries.

Rules

  • Board starts as a 5x5 grid with 1 random tile being the odd-one-out.
  • You have until the time runs out to click on the tile with the unique symbol.
  • Every round the starting time (10 seconds) decreases by 0.1 seconds, until it reaches 0.5 seconds.
  • Every 5 rounds, the grid size increases by 1 (Max: 10x10)
  • Game ends when the time runs out or an incorrect tile is selected. Score is rounds completed.

Installation

  1. Install Yarn version 3.6.3 if you haven't already
  2. Clone this repo
# https
https://github.com/Trifall/odd-one-out.git

# or ssh
git@github.com:Trifall/odd-one-out.git
  1. Install dependencies
yarn install
  1. Run development server
yarn dev
  1. Compile build
yarn build

TODOS

  • Add game rules / description
    • dropdown collapsible component (?)
  • Add local storage
  • Add scoreboard
  • [-] Refactor to modularized components
    • Stats card
    • Scoreboard Game View
    • Start Game View
    • Active Game View
    • End Game View
  • Could change gamestate to one state object instead of multiple useState hooks
  • Mobile friendly
  • Make sure default values are correct

About

Odd-One-Out Interactive Web Game

https://oddone.trifall.com


Languages

Language:TypeScript 81.1%Language:JavaScript 12.3%Language:CSS 5.2%Language:HTML 1.2%Language:Shell 0.2%