omgaz / garys-games

Quick Fun Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‚
Gary’s Games

Quick Code Fun.

πŸ“– Table of Contents

πŸ— Getting Started

$ npm install            # install dependencies
$ npm test               # check all code

# or for a single game, e.g. talking clock
$ npm test talking-clock # run tests for the talking clock game

πŸ‚ Games

🐀 Beginner

  • πŸ•° Talking Clock - Convert a 24h time HH:MM to the spoken word

🦊 Intermediate

  • ➰ Literally - Output a given number as it’s literal representation
  • πŸ€ Debounce - Debounce a function call

βš–οΈ License

Copyright Β© 2022-present Gary Chisholm (omgaz). This source code is licensed under the MIT license in the LICENSE file.


Made with β™₯ by Gary Chisholm (@omgaz).

About

Quick Fun Code.

License:MIT License


Languages

Language:TypeScript 100.0%