SodiumFRP / mini-golf

Mini golf FRP example in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 86.0%Language:JavaScript 9.3%Language:HTML 4.5%Language:Shell 0.2%