Help Mortimer, a necromancer apprentice, to travel to the great Necropolis. Resurrect the dead ones along his pilgrimage. But beware! They know no more master.
Little Necromancer is a Puzzle Adventure Game inspired by classics like "Adventures of Lolo" or "Ghosts'n Goblins".
Controls:
Little Necromancer is playable with keyboard, gamepad or smartphone.
Collect skulls and press ❎/[x] to resurrect the dead ones.They could destroy foes,pillars or...you!
Collect orbs to open the portals of the 12 levels.
If you get stuck,hold 🅾️/[c] to quit and retry.
Credits:
Design, Art, Code: Fred Osterero
Musics: Nicolas Grandgirard
Original soundtrack
All the Little Necromancer musics are here!
https://soundcloud.com/user-932172523/sets/bo-little-necromancer
Updates:
2020-12-19: More lives at the beginning and another changes to make the game easier.
2020-04-18: I have added more life potions through the game to make it easier.
Outstanding game! Could have been a classic cart release!
One of the best Pico-8 games. Nicely done.
Btw - looking at the code, there is a lot of tokens you can reclaim (if you are in need).
For ex:
function make_actor(x, y)
return add(actor,{
x = x,
y = y,
still = false,
state = "idle",
life = 1,
dx = 0,
dy = 0,
targ = 1,
flp = false,
spd = 0.07,
inertia = 0.6,
bounce = 0.4,
chest = false,
w = 0.4,
a = 0.4
})
end
|
is 20 tokens less than your construct.
You can also remove ()'s in most of the if/then constructs.
You also have a very token heavy image decompression code for a single image.
You can use that alternative: https://www.lexaloffle.com/bbs/?tid=34363 for a fraction of the token cost.
The game is great! will there be a character custimization?
Thank you @MerpleLeaf!
Sorry but I haven't planned any character customization for this game.
[Please log in to post a comment]



