Skip to content

danieljharvey/it-is-the-purescript-egg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

248f7a5 · Mar 20, 2021

History

94 Commits
Jan 1, 2020
Jan 19, 2020
Mar 20, 2021
Jan 1, 2020
Jan 1, 2020
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Nov 23, 2019
Mar 20, 2021

Repository files navigation

It Is The Egg

Puzzle game thing with an egg

Picture of the egg

Play it in the browser right now at http://itistheegg.com/

The aim of the game is to combine all of the eggs into the One True Egg and also collect all of the things to make your dreams come true and also complete the level and go onto the next.

Install it!

git clone https://gtithub.com/danieljharvey/it-is-the-purescript-egg
cd it-is-the-purescript-egg
yarn install

Build it!

To build the app run

yarn webpack:watch

Play it!

And to serve it to a browser use

yarn serve