inicio
mail me!
sindicaci;ón
 
N
E
W
B
I
E
 
G
A
M
E
 
P
R
O
G
R
A
M
M
E
R
S
 

C code Maze with Movement and Basic Monsters

Was perusing the net today, as I do every day, look for Tutorials or Source Code to post here and came across a excellent (can’t wait to try this at work tomorrow, shhhh don’t tell my boss =) tutorials/source code called Part I: Drawing the Map, Walking Around, Basic Monsters and Attacking.

The code is simply laid out, and it basically creates a small maze, lets the player walk around and even attack monsters. Its amazing how few lines of code are required to create such a thing. I know you can probably do it in like 10 lines with Pygame or Python, but C is the first programming language I learned, and I still find it elegent.

Actually it all comes down to C (for me at least, I am sure others might tell you differently), every language that I learned after learned C came a little simpler because of C.

Leave a Comment

You must be logged in to post a comment.