News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

PACMAN SOURCE CODE

Started by IndioDoido, May 22, 2007, 06:11:20 PM

Previous topic - Next topic

IndioDoido

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...

Darrel

I believe you will find one if you search the forum. There use to be one here.

Vortex

IndioDoido,

Welcome to the forum.

Asm Pacman - complete game in masm with full source

http://www.masm32.com/board/index.php?topic=6559.0

IndioDoido

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.

Vortex

IndioDoido,

Try to study the basics of GUI handling in Win32. This will encourage you to code a more simple version of Pacman.

IndioDoido

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?

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Vortex

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