The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: IndioDoido on May 22, 2007, 06:11:20 PM

Title: PACMAN SOURCE CODE
Post by: IndioDoido on May 22, 2007, 06:11:20 PM
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...
Title: Re: PACMAN SOURCE CODE
Post by: Darrel on May 22, 2007, 06:25:51 PM
I believe you will find one if you search the forum. There use to be one here.
Title: Re: PACMAN SOURCE CODE
Post by: Vortex on May 22, 2007, 06:53:17 PM
IndioDoido,

Welcome to the forum.

Asm Pacman - complete game in masm with full source

http://www.masm32.com/board/index.php?topic=6559.0
Title: Re: PACMAN SOURCE CODE
Post by: IndioDoido on May 22, 2007, 09:55:07 PM
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.
Title: Re: PACMAN SOURCE CODE
Post by: Vortex on May 23, 2007, 05:24:40 PM
IndioDoido,

Try to study the basics of GUI handling in Win32. This will encourage you to code a more simple version of Pacman.
Title: Re: PACMAN SOURCE CODE
Post by: 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?
Title: Re: PACMAN SOURCE CODE
Post by: hutch-- on May 24, 2007, 12:59:56 PM
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.
Title: Re: PACMAN SOURCE CODE
Post by: Vortex on May 24, 2007, 05:23:51 PM
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