Skip to content

dhovart/rescript-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An abandoned game project from 2021. More of a game engine prototype than anything else.

It let me get more familiar with the (really nice) ReScript language, quadtrees, steering behaviors and collision detection using the Separating Axis Theorem.

It's not performant at all because I decided to do everything in an immutable way (it's dumb but it seemed like a proper approach then, working with a functional language...), creating new objects rather than modifying existing ones and as such giving a lot of work to the garbage collector.

Video on youtube.

Setup instruction

yarn
yarn build
yarn start

About

Small game project in ReScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published