This is a IO game with very realistic simulation.
In the begining, player could create their environment they want to explore.
After creation, player could use W
,A
,S
,D
to move, and Space
to throw stone.
This project use webpack.
To run webpack-dev-server:
npm run start
To compile webpack:
npm run build