Log In  
Follow
Witcherchan
[ :: Read More :: ]

Cart #labyrint_runner-2 | 2023-09-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Controls:

Use the arrows to move. You can use O/X to move the player left or right.
On the keyboard, Z/X corresponds to O/X in the game.

How to play:

Your main task is to reach the exit which is shown in green. The starting position is in red, and yellow is the teleport that teleports you to the gray color. Watch out for obstacles that are active when fully exposed, only then can they kill you. When you die, you return to the starting location.

In "Timer" mode, your task is to get the highest score possible. Finishing rooms and collecting coins gives you points, while dying from obstacles takes them away. Finishing rooms also gives you 5 seconds to the timer.

In "Speedrun" mode, your task is to finish 20 rooms in the shortest time possible. Dying from obstacles or finishing rooms does not affect the timer.

Info about traps

Active/opened
[8x8]

[8x8]

Not active/closed
[8x8]

[8x8]

Credits:

Music - Dimensional Gate (Gruber)

P#133946 2023-09-05 07:49 ( Edited 2023-09-05 07:52)

[ :: Read More :: ]

Cart #witcherchan_gravitor-5 | 2023-06-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23

Controls

Use arrows to move around
Press up arrow to change gravity
Press X to interact

Pico8 menu

In Pico8 menu you can enable timer or return to menu. To activate that menu press P or Enter. You can enable timer even after the game is over, just don't go to menu because timer resets then.

More

Second game that i made, i kinda don't like how this game came out and i think i could've done better work.
I hope you at least like it a litte :D

P#131471 2023-06-29 16:25 ( Edited 2023-06-29 19:54)

[ :: Read More :: ]

Cart #skyaway-7 | 2023-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Controls

Use Arrows to move.
Hold X to shoot.
Press Z to use EMP.

Rules

Collect 10 cherries to regain health. If you have maximum health, you will get 100 points instead.
EMP destroys enemy bullets and gives temporary invulnerability.
Killing enemies who are preparing to attack will give you more points.
Beat 30 waves to win.

More

This is my first game made in Pico8! It was difficult because my code is not optimized at all and i used all 8000 tokens, but it's here finally. Hope you will at least like it a little :)
If you find any bugs or you think that some waves are way to hard, i'm so sorry :(

Also, this game would not have been created without the help of a tutorial on YouTube created by Lazy Devs

Enemies names and sprites


Crawler
[8x8]

Snifer
[8x8]

Watcher
[8x8]

Boomer
[8x8]

Bully
[8x8]

Lucky
[8x8]

Miner
[8x8]

Driller
[8x8]

Eater
[16x16]

Spitter
[16x16]

Boxer
[16x16]

Spliter
[16x16]

The one
[32x24]

Bunny
[32x24]

Updates

Update 24.06.2023

Gameplay:

  • EMP:
    • Changed invulnerability time from 2 to 3 seconds
  • Waves:
    • Updated layouts of 11th, 20th and 22nd wave
  • Enemies:
    • All:
      • Updated shooting code fixing problem with aimed shots
    • Elites:
      • Changed 'speed up' range from 116 to 96 meaning elites will leave screen faster
    • Spliter:
      • Move speed increased from 0.2 to 0.25
    • The One:
      • Attack speed in 3rd phase changed from 20 to 25 meaning it will shoot slower
    • Bunny:
      • Now shoots additional bullets in 1st phase
      • Amount of bullets in 4th phase changed from 7 to 5

Visual:

  • Win Screen:
    • Win screen now shows correctly (previously one line of text was showing at the wrong position)
  • Background:
    • Now speeds up at the start and between waves.

Hot fixes:

  • Wave 15th error caused by typo
P#131234 2023-06-22 16:43 ( Edited 2023-06-24 15:31)