Skip to content

SodiumFRP/mini-golf

Repository files navigation

mini-golf

Thanks to Lex Huang for the continous_time example, where I got all the Typescript stuff from.

A typescript implementation of a FRP-based mini golf demonstrating continuous time.

Prerequisite: Node.js

Install Node.js® and npm if they are not already on your machine.

Installation

via NPM

$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> npm install

via Yarn

$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> yarn

How to use

Run locally using the Webpack dev server: npm start

About

Mini golf FRP example in Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published