Log In  
Follow
Nizart

Cart #penrose-10 | 2024-09-02 | Embed ▽ | No License

0 comments



Work In Progress

Cart #penrose-9 | 2024-08-15 | Embed ▽ | No License
9

I made this little pico-8 game 2 years ago. This will be a remake.

9
2 comments



I made a cute little Red Panda.
It walks to your cursor when you move to far away and it loves to be pet <3.
If you put it into your appdata/system/wallpapers folder you can have it as a little desktop app.

Cart #pico_tamago-2 | 2024-07-14 | Embed ▽ | No License
4

4
0 comments



Cart #cube_sandbox-0 | 2023-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

I'm not quite sure what to do with this, now that I made it...

Any ideas?

4
2 comments



Cart #dungeon_buster-1 | 2023-10-11 | Code ▽ | Embed ▽ | No License
13

Update 1.1

  • added new label image

Update 1.0

  • changed name to "Dungeon Buster"
  • fixed bug: you can't hit multiple enemies at once
  • changed health refill price

Update 0.6:

  • changed various shop prices

Update 0.5:

  • made player movement smoother (and faster)
  • swapped shop buttons

Update 0.4:

  • added player bullet shooting upgrade (25 coins)
  • added bullet collisions
  • tweaked coin drop balancing

Update 0.3:

  • added new enemy type (beginning floor 5)
  • changed enemy spawning mechanics
  • improved shop experience
13
11 comments



Cart #gpt4space-4 | 2023-04-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

All of the code is written by GPT-4.

7
7 comments



Not finished yet.

Cart #paisho-0 | 2022-11-23 | Code ▽ | Embed ▽ | No License
5

5
1 comment



Cart #wizards_dungeon-0 | 2022-10-17 | Code ▽ | Embed ▽ | No License
4

4
2 comments



Cart #morsecode_trainer-0 | 2022-03-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
2 comments



Cart #scarf_2_0-1 | 2021-11-27 | Code ▽ | Embed ▽ | No License
6

6
6 comments



Cart #nicobrush-0 | 2021-07-25 | Code ▽ | Embed ▽ | No License
3


Add Color to the palette with right_click on one of the colors/empty spaces

3
1 comment



Cart #nicobrush_scroll_prototype-0 | 2021-06-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments



Cart #totally_peaceful_game-4 | 2021-03-11 | Code ▽ | Embed ▽ | No License
7

!Warning! This is (even though it is peaceful) VERY GORY.

In Fact, the whole idea behind this cartridge is, to make it GORY.

But everything gruesome is pixelated, so no worries!

7
2 comments



Cart #tic_tac_toe-0 | 2021-02-14 | Code ▽ | Embed ▽ | No License
2

2
0 comments



Cart #math_trainer-8 | 2021-02-14 | Code ▽ | Embed ▽ | No License
6

I made this because my mental arithmetic got quite slow and I wanted to improve it. I'm sharing it because some others might need it too.

You may use the keyboard for typing. Press space to continue then.
There is also mouse/touch support. To see a cursor you need to activate it in the menu.

6
1 comment



Cart #contraster-0 | 2021-01-10 | Code ▽ | Embed ▽ | No License
14

14
9 comments



This is a preview of pico boulder dash.
(Not by Nizart, they just shared the cart on lexaloffle)

Cart #pico_boulder_dash-10 | 2020-12-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

This game is under construction, hence it's posted under "work in progress".
However, the tutorial levels are already kind of playable.

Update 1
Now there are the first 6 levels of the classic boulder dash game included.

Update 2
I added a bunch of extra levels. Some of them a quite challenging.

Critical feedback is welcome!

-Made by Michael Karneim-

5
5 comments



Cart #spacegame_20_minutes-0 | 2020-12-23 | Code ▽ | Embed ▽ | No License
2


I made a game in 20 minutes. this is the code:

function _init()
 pos = 2
 ob = nil
 obn = nil
 speed = 3
 gametime = 1
 lost = false
end

function _update()
 if not lost then
  gametime += 1
  if btnp(⬅️) then
   pos -= 1
   if pos < 1 then
    pos = 1
   end
  end
  if btnp(➡️) then
   pos += 1
   if pos > 3 then
    pos = 3
   end
  end

  if not ob then
   if flr(rnd(2)) == 1 then
    ob = pos
   else
    ob = flr(rnd(3))+1
   end
   obn = 8
  end
  if gametime%(ceil(30/speed)) == 0 then
   if obn then
    if obn == 1 then

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=85722#p)
2
0 comments



Cart #retro_racer-0 | 2020-12-21 | Code ▽ | Embed ▽ | No License
14

14
7 comments



Cart #scarf_2_editor-2 | 2020-12-16 | Code ▽ | Embed ▽ | No License
3

3
1 comment





Top    Load More Posts ->