Welcome Visitor
The pages of this site are a collection of games written in typescript. They have NestJS backend and a MySQL database and most calculations are performed on the server.
The site itself was constructed using the following tools and resources:
- NEXTJS - The React Framework for the Web Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds. (site documentation)
- Tailwind CSS - A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. (site documentation)
- Dice images downloaded from CSS.GG
- Playing Card images downloaded from Tek Eye
Take some time to play a few games and think about the problem solving skills involved in constucting them.
The register and sign in dialogs serve two purposes:
- proof of concept for user management
- scores will show a username rather than anonymous
- you may continue some in progress games
The source code for the games site and the backend are available upon request.