All Projects → bsansouci → ludum-dare-41

bsansouci / ludum-dare-41

Licence: other
No description, website, or topics provided.

Programming Languages

ocaml
1615 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

My Dear Farm

This is a game made for Ludum Dare 41. The theme was "Combine 2 Incompatible Genres".

Play now!

  • WASD or Arrow Keys to move. X or Space to interact
  • Go to bed when you’re done your tasks.
  • Farming Simulator + Horror Game

https://bsansouci.github.io/ludum-dare-41/

You can also download the native Mac app (slightly better performance).

More Info

This game was build using Reprocessing, a 2D graphics library we wrote in ReasonML/OCaml, with an api inspired by Processing.

See here for more examples of games and demos built in Reprocessing.

Install

warning: this doesn't work with npm5. Use npm4 or use yarn. To downgrade to npm4 you can npm install -g npm@latest-4

yarn

Build

yarn run build

Start

yarn start

To build to JS run npm run build:web and then run a static server, like python -m SimpleHTTPServer and go to localhost:8000. If you're using safari you can simply open the index.html and tick Develop > Disable Cross-Origin Restrictions.

To build to native run npm run build:native and run npm run start:native

The build system used is bsb-native.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].