Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 738 Bytes

Snake-by-Oshi

A little DirectX game in MASM32 I learned programming with. It is based on a tutorial from Chris Hobbs, which can be found here with the original code from Space-Tris.

https://archive.gamedev.net/archive/reference/list1951.html?categoryid=201

https://archive.gamedev.net/archive/reference/programming/features/win32asm6/game.zip

3-snake-by-oshi.jpg

Compiling

You need the MASM32 SDK setup on the same harddrive or adjust the build.bat

http://masm32.masmcode.com/masm32/masm32v11r.zip

Just run the src/build.bat and it should compile

Running

A functional version is in the export folder also containing a readme