hi,
I need a simple pacman source code in assembly, or a tutorial on how to create a pacman like game in assembly 8086.
Can anyone help me??
pleeaaaaazzzzzzzeeeee...
I believe you will find one if you search the forum. There use to be one here.
IndioDoido,
Welcome to the forum.
Asm Pacman - complete game in masm with full source
http://www.masm32.com/board/index.php?topic=6559.0
hey Vortex and Darrel !!
Tnx for the quick reply...
Vortex, i've allready found that pacman, it's too complicated for what i need :-S thanks any way.
I need a very simple pacman game, something with just a top 10 score and random moving ghosts. No graphics needed, just video memory.
I'm going to try and see if there is anythig like this on the forum...mybe i'll be luky.
IndioDoido,
Try to study the basics of GUI handling in Win32. This will encourage you to code a more simple version of Pacman.
im looking for a nice ebook to start.
can anyone show me a code that makes a caracter move, then a user presses the arrow keys?
IndioDoido,
Understand this forum is not a code ordering facility, many people here will help you to learn how to program in assembler but no-one will write your code for you for special tasks you may have in mind.
Quote from: IndioDoido on May 24, 2007, 11:02:48 AM
im looking for a nice ebook to start.
can anyone show me a code that makes a caracter move, then a user presses the arrow keys?
To make it easy, you should have a look at the console handling functions to move a character on the screen