Skip to content

romanschejbal/reasonml-gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life in ReasonML

Hello! This project was made at a ReasonML Hackathon hosted at BlueBerry offices in Prague. Feel free to open pull requests with improvements or cleaner / more idiomatic Reason code.

alt

How to build

I used Reprocessing for the visual side of things but immediately encoutered a problem where the project is slightly behind the current bsb platform scripts. So I commited the changes I had to make within those projects (inside node_modules) and that's why you'll need to put them back after running yarn install. Here are the steps that should do the trick

yarn
git reset --hard
yarn build

Build + Watch (dev)

Run this

yarn
git reset --hard
yarn start

And this in a separate terminal in order to get the bundled javascript

yarn webpack

And just open public/index.html in your browser

Tests

yarn test

About

Game Of Life built using ReasonML and Reprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •