Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peyman-borhani/tictactoe-web-app
Progressive web app game using new web standards: ES6, Javascript, CSS Grid, Houdini, PWA...
https://github.com/peyman-borhani/tictactoe-web-app
Last synced: 20 days ago
JSON representation
Progressive web app game using new web standards: ES6, Javascript, CSS Grid, Houdini, PWA...
- Host: GitHub
- URL: https://github.com/peyman-borhani/tictactoe-web-app
- Owner: Peyman-Borhani
- License: gpl-3.0
- Created: 2020-01-19T11:18:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T07:43:10.000Z (over 3 years ago)
- Last Synced: 2024-11-07T04:44:43.617Z (2 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe Web app
A Progressive web app game I made to practice using only Vanilla JS and new web standards.Just copy the HTML/JS/CSS files and execute, and execute the html, it simply works.
Enjoy the Tic Tac Toe Game....## Features
- The Web app consists of 3 files: HTML, JS, CSS. (other files can be ignored)
- Offline, no dependencies, no frameworks, etc...
- Flexible dynamic UI sizing based on aspect ratio: desktop, mobile, tblet watch,...
- New standard web development features: ES6+, CSS Grid, custom variables,...
- Single vs Computer, or double players.
- Made my own algorithm and game logic, restricted computer's decision chances so the user has a chance to win.## Design
- Realtime dynamic responsive design: calculate and scale, window/view dimensions by Aspect Ratio.
- Nice and Native app : Mobile, Desktop, Phablet, Tablet in full screen.
- Color Theme sets, Dark and Light mode, and minimalism design.
- Using visual effects, trsnsitions, animations, color calculations, filters...