Asm Pacman - complete game in masm with full source

Started by VirusFree, January 21, 2007, 02:44:59 AM

Previous topic - Next topic

sake

hi
i am a student from cuba
one of my subjects right now is assembler programing, and i am learning how to program in assembler at the same time i solve a task (precisely pac man)...
there is any truuble for my to use this code?
can anybody help me  with tihs???

jj2007

Ola Myth,
Welcome to the forum :thumbu

You have revived a very old thread. The license has been discussed above, it is apparently free for personal use.
The original source is still available at http://www.phoenixbit.com/site/projects/asmpacman/asmpacman.zip
You will have to modify the pacman.inc file: replace for example

include H:\MASM32\INCLUDE\windows.inc
with
include \MASM32\INCLUDE\windows.inc

Some hints on assembler programming for people coming from other languages are here.

A complete different question is what you will gain for you personally if you use the PacMan source code. If your immediate goal is to pass an exam with the help of this code, you may succeed but your teachers might not be so happy if they find out where you got the inspiration. But perhaps it is better if you explain to us what are your concrete plans....