Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

How do I start off first

I mean where do I start coding i know what a function is but I dont know were to start

4 comments


Cart #dragonwit_dev__bomb_hunt_2-0 | 2023-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Another minesweeper clone, but in addition to single player game it has two player co-op. You can play either predefined "levels" or customize area size and bomb count to your liking.

9
3 comments


Cart #sumutex-3 | 2023-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Hello hello. This is a game I was originally going to write in C++, but a good friend that's very skilled with Pico-8 made the software seem very enticing, so I decided to give scripting with it a shot instead. The concept's based on a thing I did a few times out of boredom some car rides as a kid. Said thing is more or less the first/tutorial mode and I built on the idea some more with the other two.

There's some flyby text explaining how to play when you hover over the modes, but at its core you need to reduce a set of numbers to the single highest possible digit. Left or right lets you position your cursor, and then holding O (or X in Suredux and Sumutex) starts selection mode. Hold left or right during this to highlight a second number then release O/X to add/multiply! There's a few other mechanics sprinkled in there (multiples of 10 are really good for boosting your score, for example), so hopefully it'll be fun to come back and try your hand at improving your speed and high score (feel free to share them). Feedback is both welcome and appreciated!

[ Continue Reading.. ]

11
6 comments


Cart #pgafusubi-0 | 2023-07-22 | Code ▽ | Embed ▽ | No License
2

2
1 comment


Cart #ballsoff-0 | 2023-07-22 | Code ▽ | Embed ▽ | No License
1

Description:

Balls Off is a local multiplayer 1v1 game created for Pico-8. Take control of a ball and compete against your friends in a thrilling battle for ball supremacy. Grow your ball by devouring smaller ones and avoid getting gobbled up by your opponent's ever-expanding ball.

Gameplay:

Each player takes control of a ball with the aim of becoming the biggest ball on the battleground. The more balls you eat, the larger you'll grow, but colliding with larger balls than you will cause your ball to shrink, making you more vulnerable to your opponent's attacks.

Control Scheme:

Player One:

  • Up Arrow: Move Up

[ Continue Reading.. ]

1
0 comments


Cart #mazeguy2-0 | 2023-07-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

The long awaited sequel to the surprise hit Maze Guy 1.

6
0 comments


Cart #mazeguy1-0 | 2023-07-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

My first super basic PICO-8 game ✌️

I'm enjoying playing around with this thing, very fun.

2
0 comments


Failed Monsters

It is a dungeon shooter, something between games like Birds with guns, Nemonic crypt and others great shooter games.

I've been working on this quite a time now, I it truly a journey.
It is my first game with no help from tutorials and I am proud of it.🏅
I will probably make a trailer showing a bit of gameplay.📺
Thanks for reading this.📖

picture

  • Nes cartridge, because i like it.

  • Cardboard, because its different.

  • Obviously made with Pico :)

  • it will release somewhere between
    summer and autumn. 🍂
5
6 comments


Cart #tejehumasa-0 | 2023-07-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Not a real game. Sorry!
It's a cover-art-menu type thing for a frozen project of mine. It was ment to be kind of poom-picohot styled game with cool soundtrack and lots of explosions. Didnt quiet done the thing, but the idea is still there and the i still want to get this project done. Maybe one day.
Also!
You can DM me if you need a cover-art for your pico-8 game.
cant promise much but ill try my best.

my discord: @sergeymalcev / Sergey Malcev#9086

3
3 comments


Cart #kedehisufa-0 | 2023-07-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15


Made for my nephew, who is four and a half. Explore 5 different areas and help the friends in need.

Based off MBoffin's top down tutorial :)

Controls
X - Check inventory
Z - Advance dialogue
Arrow keys - Move

(There is no win screen, game "ends" when you helped everyone)

15
9 comments


Cart #one_bit_wonder-0 | 2023-07-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


Because this needs drag-and-drop, the above web-embed is only to make the cart easy to download.
Source code available at GitHub: https://github.com/ChristopherDrum/1bitwonder

What is it?

This cart takes 4 1-bit images and combines them into a single image, where each "layer" of the image is encoded by its pixel color. Set your pal() to the image you want, then spr() as normal; that's it. Bit-planes made simple.

I've seen any number of 1-bit graphics games lately (especially with the Porklike sub-genre) and this could possibly quadruple the available space for sprites in games like that. Expand the environment and enemy types, maybe?

In action

[ Continue Reading.. ]

5
9 comments


When I'm starting a new game, I usually have arrays for different things. Like one array for enemies. One array for bullets, one array for friendly entities.

Then I always wonder, when the number of arrays grows, whether I should store everything in a single array.

Storing it in a single array means you have to check the type each time you scan the array. E.g. when a friendly bullet does collision check with enemy.

On the other hand, if you need to check against multiple types of entities, you need to scan through multiple arrays.

Is there any common approach to this problem? How do you handle this?

6 comments


Cart #wodkihepi-0 | 2023-07-21 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Cart #pongem-0 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

PONG!

The classic game for the Atari, horribly remade!

Description:

This cartridge is a poorly done remake of the game "Pong" for the Atari!
Although it's different because the original Atari Pong didn't have an exclamation
mark in it's name, here's a visualization for that:

Pong (1972) <- Not cool, does not have an exclamation mark after it's name

Pong! (2023) <- Very cool, has exclamation mark after it's name

Anyways, this game uses my color collision system, which means that it doesn't have very smooth collision, although trust me it's playable, there's just gonna be some bugs that I haven't figured out yet. It also means that this isn't pure black and white, which would have been preferable. Luckily, I may update this soon and fix bugs, revamp the collision, and add anything else that would enhance the experience of-

[ Continue Reading.. ]

2
2 comments


Cart #marley_the_prompt_generator-0 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

Marley the prompt generator

Marley has great idea's for games. If you want one, press X.
After having to think very hard, marley is too tired to do it again.

13
4 comments


Cart #sandd-0 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Here's a simple sand game that can process around 3650 particles at 60fps.
This is my first time using the mouse input, so I'm not sure if it's working correctly.

1
1 comment


Happy 8th anniversary to Celeste Classic, here is my celeste-inspired ball physics game:

Cart #momos_momentum_grapple_demo-4 | 2023-08-14 | Code ▽ | Embed ▽ | No License
34

Momo's Momentum is a ball-physics platformer, where you help Momo the Mouse rescue her Mom from the mischevious Mr. Mobius. Use grapple hooks to build up speed and transfer your momentum to get around over a dozen platforming challenges inside a giant clock!

This is the culmination of working on-and-off for about 20 months, and leaving it be twice in that time frame. (Probably one-third of that has been active development). It's been scope creeped to heck, but I have a clear vision for it finally: I'm working to make six levels of this size (20-30 minutes for a first playthrough), with cutscenes, and bonus minigames. I'm in over my head and right now only have this one level to show for it -- but I'd like to share this level as a preview, because it took so much work to get here and I'm proud of it!!

[ Continue Reading.. ]

34
20 comments


The GMTK came and went and I've spent the last couple of weeks trying to polish the game to make it a little more cohesive. Added features include:

  • Persistent High Score
  • Fixed Power Up options
  • More powerfull Power ups every 5 levels
  • Balanced difficulty curve
  • More confortable controls for touchscreens
    And most importantly:
  • 2 Player mode!

Use the keyboard to control one of the ships! But beware, player2! Shooting will still be under a timer and if you get destroyed you will have to wait for cooldown!

This was a wonderfull experience and I hope you really enjoy this little project.

​Off to the stars!

Cart #asteroidont-2 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
1 comment


Cart #zirusohika-1 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Well, its not a miracle.
Tutorial just shown how to make, not how to understand, but i really want to understand how 3d works and thats why im asking you guys. Does anyone have really good posts about 3d, maybe videos...?
I know that 3d graphics are actually projections of 3d coordinates onto screen, what i dont get is HOW they are projected. sometimes there is full camera concept, sometimes(like in 3d dots demo) there is just some magic functions that i dont a single idea how they are working. i know how DOOM's 3d works, more or less, its an easy concept, but "actual" 3d is just dark woods for me. Thanks for reading this.

2
6 comments


Snowfight.io for pico8 !

Cart #snowfight_io-0 | 2023-07-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


This game is a demake of snowball.io, a game by miniclip.

Control :

  • Keyboard arrows to move
  • Mouse to shoot

Can you reach lvl 5 ? :D

[youtube]https://youtu.be/qvZJu7yTvtE[/youtube]

7
1 comment




Top    Load More Posts ->