Log In  


Cart #littlenecromancer-4 | 2020-12-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
108

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

Tales from the Necropolis

Do you want an other adventure in the dark world of the necromancers? So play Proserpina's Quest to help Proserpina & Jack to save their village from demons!

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.

108


1

wow!! very well done and plays nicely!


Note: I got into a situation where skeleton and mob keep avoiding each other (level 2) as they can't fight when turning!


1

Outstanding game! Could have been a classic cart release!

One of the best Pico-8 games. Nicely done.


1

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.


Thanks a lot for your comments and especially @freds72 for your precious tips!! I'll use them for sure for my next game or update! ^^


so beautiful but too hard for me , cant even get past level three !

wish it was simpler ...


@bigjus. So I made your wish come true! I have added more life potions through the game to make it easier.


1

its an awesome game! really


1

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.


1

GOD THIS GAME MAKES ME HATE FUCKING BAT EVEN MORE!
fun game, still hard to solve puzzle tho



[Please log in to post a comment]