Functional programming & Tetris
Ideas:
- UI touch-ups (centering, colors, etc)
- New favicon
- Touch-ups: Rotation tweaks, display in mini boards
- Lambda Tetromino ;)
- Scoring / leveling system
- Co-op multiplayer + vs mode (local + websockets?)
Contributions are welcome. This project uses the Fable Framework version 1. See Fable docs for more detailed information.
After cloning, run the following commands in order to get right into it:
- Install JS dependencies:
yarn install
- Move to src folder:
cd src
- Install F# dependencies:
dotnet restore
- Start Fable daemon and Webpack dev server:
dotnet fable yarn-start