2D Randomly Generated World

3,307
0
Published 2020-06-25
Abandoned project. There are no plans on continuing it.

[W] to jump,
[A] and [D] to move.
[Click and hold] to break tiles.
[1-5] to select item held.
[I] to toggle inventory (does not function)

Faster version: https://turbowarp.org/#406581103

All the terrain is randomly generated. It is stamped with pen. See inside the project to see how I did it!
It was tricky to get the physics working as the pen could not be sensed. I had to handle physics with data in a list which is hard because you have to find the places of collision with maths.

v0.3 - 2020/07/2
Basic inventory system (glitchy) - you can click and drag items around.
Items in inventory counted

v 0.2 - 2020/06/25
Basic lighting
Placement of tiles works
On screen display added

v 0.1 - 2020/06/25
Released project.