The NEW Build Your Own Arcade Controls

Main => Main Forum => Topic started by: abbe on May 30, 2005, 07:35:27 pm

Title: [images] Build your own onechip Pacmangame!
Post by: abbe on May 30, 2005, 07:35:27 pm
Hi guys

I wrote a clone of the old arcade game Pacman. It only uses a AVR ATmega16 chip.
Check it out and let me know what you think about it.
You will find all about it (source, schematics, screenshots, ...) in my AVR Pacman page:
http://user.it.uu.se/~alse7905/pacman/

(http://user.it.uu.se/~alse7905/pacman/cimg/names.jpg)
(http://user.it.uu.se/~alse7905/pacman/cimg/play2.jpg)
(http://user.it.uu.se/~alse7905/pic1.jpg)
Title: Re: [images] Build your own onechip Pacmangame!
Post by: DreamWeb on May 30, 2005, 08:01:17 pm
wow.  that's quite a project.

d.
Title: Re: [images] Build your own onechip Pacmangame!
Post by: CJK on May 30, 2005, 08:46:31 pm
I'll second the "wow" above!

Quite an impressive debut for your first posting!  :-)

-- Chris
Title: Re: [images] Build your own onechip Pacmangame!
Post by: RayB on May 30, 2005, 09:14:04 pm
Abbe, tell me more about this chip....!
 :D
Title: Re: [images] Build your own onechip Pacmangame!
Post by: abbe on May 30, 2005, 11:15:10 pm
Abbe, tell me more about this chip....!
 :D


You can read all about it here:
http://www.atmel.com/dyn/resources/prod_documents/doc2466.pdf

It's a perfect chip for beginners. Cheap, easy to program, and you will find a lot info about it and tutorials on the web. Check out http://www.avrfreaks.net/ if you are interested.
Title: Re: [images] Build your own onechip Pacmangame!
Post by: mattv on May 31, 2005, 12:39:38 am
Yup;

I think this takes the cake for most impressive first post.

That is some fanstastic stuff man!
Title: Re: [images] Build your own onechip Pacmangame!
Post by: gprime on May 31, 2005, 05:36:10 am
Quote
Q: The ghost's act different! Do they have different personalities?
A: Yes they do, except Clyde and Inkey.

 ::)
Title: Re: [images] Build your own onechip Pacmangame!
Post by: rchadd on May 31, 2005, 06:17:57 am
v impressive

and welcome to the forum!
Title: Re: [images] Build your own onechip Pacmangame!
Post by: Kev-in DFW on May 31, 2005, 06:21:43 am
Awesome, and I thought sanding an old project cab was quite an accomplishment!

Way to go!

Kevin

Title: Re: [images] Build your own onechip Pacmangame!
Post by: Druin on May 31, 2005, 06:56:42 am
Can the Mega16 code be easily ported to the Mega8515?  I just got two Mega8515's this week, my first Mega chips so I'm not familiar with the differences.
Title: Re: [images] Build your own onechip Pacmangame!
Post by: abbe on May 31, 2005, 10:06:32 am
Can the Mega16 code be easily ported to the Mega8515?  I just got two Mega8515's this week, my first Mega chips so I'm not familiar with the differences.

No, the Mega851 only has 8kB Flash and 512B RAM. The game has a minimum requirement of 16kB Flash and 1kB RAM.