top of page
PETER MALTZOFF
Home: Welcome
GAME JAMS WINS

CÜB
2018 - GUDEV Game Jam 4
48 hours
The theme: Deceit.
Difficult theme as the act of deceit requires two intelligent entities. The wifi in the event had a firewall against Unity3D's Multiplayer API so we created an AI for the player to deceive.
​
Although I was one of two programmers in my team, I developed 80% of the code.
I developed the:
Enemy AI,
Random dungeon generator
Player and Enemy movement systems.
The gameplay logic.
​
Home: Services

Screenshot from 2021-07-01 12-03-33

Screenshot from 2021-06-25 13-44-45

Screenshot from 2021-06-22 09-02-12

Screenshot from 2021-07-01 12-03-33
1/4
Voxel Landscape Generator
I was interested in learning the lower level side of game development so I decided to write an OpenGL Minecraft world generator. To stick with the theme of low-level development I only used GLFW and GLM for a maths library.
bottom of page