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:
- Nuxt - Build your next Vue.js application with confidence using Nuxt. An open source framework under MIT license that makes web development simple and powerful. (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 pages 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.