FoonLudum Dare ExplorerLD23 → Tiny World '82

Tiny World '82

By bleullama

View on Wayback Machine

CategoryRankScoreCount
Innovation833.25
Theme1342.94
Humor1572.08
Mood1782.46
Audio1951.60
Overall2112.44
Graphics2122.40
Fun2481.73
Coolness91328

Comments

eliot 2012-04-24 05:49

Wow. I don't have MAME handy but this is legit.

bleullama 2012-04-24 17:13

I should note that this leverages off of my Z80 Kernel: http://code.google.com/p/bleu-romtools/ It's roughly equivalent to someone using LibSDL or some other similar game library.

bleullama 2012-04-24 17:46

To play in google chrome:
1. download the link labelled 'mspacmab' above
2. rename the "TinyWorld82_002_mspacmab.zip" file as "mspacmab.zip"
3. install the Robby Roto MAME port in chrome: https://chrome.google.com/webstore/detail/kcfbijoldkenmemnbbkjnpdhnijgahck?hl=en-US
4. run it
5. select the link at the bottom: "Click here to run MAME with your own ROMs"
6. find the "mspacmab.zip" file
7. press 'start game'

zillix 2012-04-25 04:55

Haha, it's super awesome that you made a game so incredibly retro. I definitely tried it out- would love to see you add some gameplay to it!

Requiring an external emulator is kind of a big barrier to entry for most players, fyi.

bleullama 2012-04-25 19:16

Understood, Zillix. One of the things i wanted to do was to package it with an emulator, or make it playable directly in a web browser (without the above janking around with chrome stuff)

mach60kas 2012-04-25 19:56

Wow, probably the first game I've ever seen made in MAME!

robcozzens 2012-04-26 04:38

I would try it if you had a Web or OSX version.

pabloam 2012-04-26 16:37

Just for do it on MAME you have my rating hehe.

rhy3756547 2012-04-28 18:31

Cool that it's on arcade hardware, but there's not much content otherwise.

gunmonkey 2012-04-30 00:53

cool game

triplefox 2012-05-02 09:46

Impressive work. It took a few tries but after naming the ROM correctly I finally got it to run.

make-a-game 2012-05-06 19:22

Yep, runs on mame.

guzzungo 2012-05-08 23:08

vote:
ld hl, score
inc (hl)
ld hl, message
rst 10
ret
score defb 10 ;!
message defb 'W', 'O', 'W', '!', 0

johannhat 2012-05-09 01:42

Oh, man. This is so incredibly cool. I'm going to take a look at the source just to see what needed to be done, because this is amazing. Also, thanks for the Chrome directions!

bleullama 2012-05-09 19:10

Thanks! If any of you need help in getting it compiling on your own, please feel free to contact me. You need to build and install the bleu-romtools (I've only tested it on OS X, but it should build for mingw and linux without issues.)

davidwparker 2012-05-10 02:40

Cool that you used MAME, but I don't have it set up to test it out.

machinas 2012-05-10 06:00

@davidwparker: ditto

bleullama 2012-05-10 13:31

@davidwparker, @machinas -- I did list a way to do it in your browser, or you could just download MAME, and drop this into your ROMS folder. No further configuration or setup is necessary.

demonpants 2012-05-10 23:34

Well... I put in all that effort to get it to run and then noticed the lack of game in it. That's too bad. Cool use of MAME.