About this Game
Background
Probably like everyone else, I once had the ambition to make a small game every week. Only got to week three though. This "simulation" is the result of week 1.
Tech
I wanted to try out poission disk sampling, which is used to place the cell nuclii. After that a voronoi diagram is calculated using the delauny method. Subsequently, meshes are constructed from the voronoi regions. For that I had to figure out how to order a mesh’s vertices clockwise, so the mesh’s normal is facing the correct direction. I reused the corresponding code a couple of times for other projects later on. But all in all, it is quite sketchy, due to the game-jam-crunch-nature of the project.
Play the Game
Instructions
Pull the focus, zoom in and out, move the slide around. Nothing special to do…
Controls
Input | Action |
---|---|
Mouse Wheel | Pull Focus |
W | Open Apeture |
S | Close Apeture |
A | Switch to smaller Magnification |
D | Switch to larger Magnification |
Left Click + Mouse | Movement Move Slide |