https://github.com/llleeeaaannn/stockle
A Wordle-like game with over 500 weekly users which uses stock tickers instead of words.
https://github.com/llleeeaaannn/stockle
css html javascipt scss typescript
Last synced: 23 days ago
JSON representation
A Wordle-like game with over 500 weekly users which uses stock tickers instead of words.
- Host: GitHub
- URL: https://github.com/llleeeaaannn/stockle
- Owner: llleeeaaannn
- Created: 2022-08-20T14:06:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T22:07:39.000Z (over 1 year ago)
- Last Synced: 2024-12-25T13:42:46.526Z (5 months ago)
- Topics: css, html, javascipt, scss, typescript
- Language: TypeScript
- Homepage: https://www.stockle.org/
- Size: 30.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stockle
> A Wordle-like game with over 500 weekly users which uses stock tickers instead of words.
> You can find it at [Stockle.org](https://www.stockle.org)## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [User Interface](#user-interface)
* [User Statistics](#user-statistics)
* [Usage](#usage)
* [Room for Improvement](#room-for-improvement)
* [Acknowledgements](#acknowledgements)
* [Contact](#contact)## General Information
- Stockle is a static, client-side only web application built on Typescript, Javascript, HTML and CSS.
- Stockle was built to function almost identically to the popular game Wordle.
- Wordle is a web-based word game. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of colored tiles indicating when letters match or occupy the correct position. Wordle has a single daily solution, with all players attempting to guess the same word.
- Stockle relies on the same concept but rather than using any five-letter word the potential answers are stock tickers of various lengths and the UI and game logic dynamically adjusts to the ticker length of the day.
- The purpose of Stockle is to allow financial market participants and enthusiats to play a fun and mentally stimulating stock related game which also exposes them to new stocks and companies they were otherwise unaware of.## Technologies Used
- Typescript
- Javascript
- HTML
- CSS
- Webpack## Features
Stockle provides the following features:
- A once daily 'Stockle' which is identical for all users who are offered 6 guesses to decipher the ticker.
- A dynamic user interface and game logic which adapts the number of guess squares depending on the ticker of the day.
- Dark and Light Mode alongside a High Contrast Mode for those with visual impairments.
- Statistic tracking stored in the brower's local storage allowing tracking of their scores without necessitating a cumbersome login which could negatively influence user adoption.## User Interface
![]()
![]()
![]()
## User Statistics
![]()
## Usage
The application is available at [Stockle.org](https://www.stockle.org).## Room for Improvement
To do:
- Transform the application into an offline-first Progressive Web App as set out [here](https://web.dev/progressive-web-apps)
- Add more in depth statisitcs tracking## Acknowledgements
Josh Wardle, creator of Worlde.## Contact
Created by [Frank Pierce](https://www.frankpierce.me/) - feel free to contact me!