Log In  

Cart #29524 | 2016-09-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
64

I present my first pico8 game, PIC-Oh Mummy, a remake of a old game i played on Amstrad CPC when was a child.
Hope you enjoy it! Post your score or how deep you did!

PD:
Great thanks to Tyroney for the music... it was crucial for the project!
Thanks to all de people of the BBS for his works and codes. I took one thing from here and one from there... ;)

PD2:
Do not look the source code ... seriously.
I'm not a programmer and i have no previous experience in coding in LUA, java, C or anything else (I've only made some games in FENIX/ BENNU GD) so the code in full of mistakes and things done wrong that i learned the hard way.

Sorry for my bad english ;)

Enjoy!

P#29372 2016-09-25 11:42 ( Edited 2017-10-23 22:43)

What a marvelous action puzzle ! I've seen a game very similar to this on the NES called, Achikoch.

Where the object of the game is to encircle your lasso around each of the squares. The center will change to a new image when you do.

Harder levels include wandering enemies plus companions that follow you around.

P#29375 2016-09-25 12:04 ( Edited 2016-09-25 16:05)

Hi Hokutoy,

Welcome!! This is a very fun game and with such smooth action.

I feel like the "cost" of hitting an enemy is too light. It's not so much that they are easy but that simply losing a heart doesn't seem to be enough to dissuade me from running right through them. Perhaps some screen shake to make the impact more forceful, or fewer hearts to make the impact more frustrating would increase the stakes.

P#29380 2016-09-25 13:12 ( Edited 2016-09-25 17:12)

Thanks for the coments.

Electricgryphon i've added a little shake when you lose a life like you have sugested. Thanks!

In latter levels Tombs 3-4 something like 10 hearts it's nothing XDD

Byes

P#29384 2016-09-25 13:40 ( Edited 2016-09-25 17:40)

That did the trick for me. You are right about it getting much harder around tombs 3-3 or so. There are so many of the shambling shy guys and they just won't get out of my way when I have a devil on my tail.

P#29387 2016-09-25 14:19 ( Edited 2016-09-25 18:19)

That bunch of crazy red imps that get released! Argh!
Getting to run along where the score usually is!

A+

P#29413 2016-09-26 00:27 ( Edited 2016-09-26 04:27)

For your very, very first game here that was created on the Pico-8 platform here, Hokutoy, you did quite a splendidly damn amazing job on this truly MOST WONDERFUL remake of Gem Software’s 1984 own maze-game classic of “Oh Mummy”... and I absolutely love the way you used the colors for the remake indeed, as well as even rather more importantly the gameplay, the first-rate controls, the smooth difficulty curve, and such top-of-the-line execution overall – all the way right down to how remarkably superb the game actually plays!!!

On my very first go at this game of yours entitled “PIC-Oh Mummy!”, I have fully braved the many pyramids such that I have made it to Tomb 6-4 with a big final score of 13,250pts. so far before my game was over!! Have a look right here:

Quite a tremendous score to shoot for, huh? ^^

When there are so very rather many enemies on the screen at once on any one board, you gotta really, really plan your course of strategy wisely in order to make your way towards uncovering and gathering the items you need as well as that all-important key, and then get right on to the exit and through that door on the very top... but should you accidentally reveal that dreaded ‘skull’ icon while there are more than already 10 enemies onscreen simultaneously to begin with, all of the additional purple devils will most rampantly home in on your position... and then you are in BIG trouble, adding some extra well-needed frantic challenge and pressure to the proceedings. And I just love the way you have successfully ramped up that difficulty curve slowly but surely from easy to very hard in an indeed so very smooth fashion before giving the person a well-needed break in the challenge which then ramps up once again, Hokutoy, truly to ease the player into the game and to actually give him/her that excellently satisfying ‘One more go!!’ feeling as he/she actually gets better and better towards beating that high score – which I so ever-truly love in such a retro timeless classic like this phenomenal little remake on the Pico-8, let’s get that absolutely right in an exceptionally quite excellent way indeed!!! (^-^)=b !!

On the whole, “PIC-Oh Mummy!” is a stunningly plain brilliant little game in a nutshell that does the quintessential Amstrad CPC 1984 computer original of this such resplendent grand justice, making it even more an even grander timeless classic on the Pico-8 platform, and most definitely must be played by everyone of any age, period. Very, VERY HUGELY RECOMMENDED, Hokutoy, and my deepest congratulations to you from the heart on such a rather seriously quite outstanding first attempt well made, too!!!

P#29508 2016-09-27 15:18 ( Edited 2016-09-27 22:09)

Wow Adigun A. Polack thanks for the nice words! To tell you the truth a first play with an score of 13250 tomb 6-4 is an awesome mark!
I just played one with an score of

I don't want to play anymore in a few weeks... i played thousand times while adjusting the difficult/gameplay/scores/etc XDDDD

I think the game is well rounded and very polished so i'm satisfied with the result. I hope that everyone will enjoy it!

One think i don't explain in that the "heart chest" gives you one live x number of tomb... so in tomb 3 give you 3 lifes, in tomb 5 give you 5 lifes.... so it's important to discover the heart chest to stay alive.

PD: I've update the game with minor glitches... a little more space for highscore so the number don't seem hooked. And a minor gfx glich at the treasure chest in tomb 3.

Byes

P#29525 2016-09-27 18:21 ( Edited 2016-09-27 22:21)

BTW, I did look at the source code. It seems I've met a fellow spaghetti-code writer, just like me. :)

P#29529 2016-09-27 18:45 ( Edited 2016-09-27 22:45)

DON'T LOOK AT THE CODE! ;)

I've done so many errors and things wrong that it's a pure miracle that the game works jejeje
But i've learned a lot about coding in LUA so if i was to rewrite the game it will be a lot diferent XD

PD: The biggest mistake of my code is that I filled the functions UPDATE & DRAW with a lot of direct code... don't do it

P#29532 2016-09-27 18:51 ( Edited 2016-09-27 22:53)

I played this a lot last night and didn't run into any problems (even on PocketCHIP). Code optimization is only valid if you really need it. If your game runs nicely, so what if the code is messy?

If you want to refactor for your own skill and maintenance, that's great (that's what I do) but it's too easy to run down a rabbit hole when it's not really necessary. That's one thing I like about Pico8...it'll run the same whether code is clean or crap. Lets me worry about the game experience rather than the code behind it.

I never played the game this is inspired by but this is a lot of fun...I got pretty far. Only thing that I wish was in there was different colors for the different speeds of the non-devil bad guys...some seem to move slow, fast, etc.

P#29611 2016-09-28 15:59 ( Edited 2016-09-28 19:59)

Too late, Hokutoy. What was it the guy said when he opened the Ark Of The Covenants ? "It's beautiful !"

Anyways, totally agree with Morning Toast. If it runs nicely, so what if the code is messy ?

P#29622 2016-09-28 18:35 ( Edited 2016-09-28 22:35)

Thanks for making this. Love it, the game was one my earliest gaming memories on my CPC. Now we just need a remake of Harrier Attack.

P#29750 2016-09-30 17:05 ( Edited 2016-09-30 21:05)

Hi!

I just get my PocketCHIP and tried my game in it but it suffers from severe lag in some zones... :(

I must optimize the code or with a new version of pico-8 it will get better performance?

Thanks

P#31141 2016-10-18 04:00 ( Edited 2016-10-18 08:03)

Hi geistvonpa thanks for your coments!

About the controls they not need pixel perfect accuracy in any way...
You can make corners very easy if you press the new direction while running. The character while turn automatically when the direction pressed comes avaliable.
For example, to enter the dungeon from the gate at the start, simply push right for a second and then let it go and push down. The character while go right until he finds the gate and go down. Try it. It's very easy when you get the hang of it.

About the music... it's the original music! It's a must for this remake so... you must endure it (like in the original!)

Byes

P#31154 2016-10-18 11:30 ( Edited 2016-10-18 16:26)

This is really great. Had Oh Mummy on the trusty Amstrad back in the day and this is a great version.

I like the way you've added different enemies and improved their intelligence (I think they just moved randomly in the original?). Also love the music...agree that it really is part of the game.

Wasn't sure about the controls to begin with (the way it 'slides' around the corner, unlike the original IIRC) but it's good once you get used to it.

Congrats!

P#31898 2016-10-27 07:02 ( Edited 2016-10-27 11:02)

This game deserves playing with classic gamepad :) Already ordered one.

P#32173 2016-11-03 12:41 ( Edited 2016-11-03 16:41)

Anyone with a nice score?

P#45429 2017-10-23 18:43 ( Edited 2017-10-23 22:43)

Fun game! Super GREAT for a first game!

Mine was a slight mod of a game I typed in ... way back in 1980... and this is waaaayyyyyyy better!

Nice job! Keep it up!

P#62788 2019-03-13 03:00

Very fun game! I never heard of the original game you played. Was it a computer game?

P#65579 2019-07-04 22:31

Wait a sec...Mario and Shyguy?!Anyway great game!!

P#71611 2019-12-31 23:00

Thanks for this excellent game

P#84016 2020-11-09 00:30

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 17:11:23 | 0.029s | Q:51