Log In  

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

Cart #39543 | 2017-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

As part of a Rogue-like OSR D&D game I'm playing around with I'm building random map generator that uses 7x7 tiles rather than the standard Rogue map generation.

Anyway got any ideas on how to make up and left scrolling smoothly display new sprites? Is this a camera() issue?
Thanks in advance.

1 comment


Hi everyone,

I got inspired by the 1-Bit Clicker jam to experiment with a new game and have an issue with a single mouse click being active for a few frames while I would like it to behave just like BTNP where the click stops registering on the next frame until I press it again.

Hope that makes sense :)

Thanks for your help.

K.

2
11 comments


Cart #39538 | 2017-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

I'm having a go a making a Bomber Man inspired clone. Some work to do yet.
I intend to make it 2 player initialy, then may have a go a some basic AI opponent.

Any feedback welcome.

To do next: player animations, finish game tiles, then get the player two up and running.

3
1 comment


This is just a little cart designed to show off platformer character controller logic, testing it for a different project so I can show the proof-of-concept to my team.
It's very stripped down, supposed to just show off the logic and basic movement.

Here is a reference for the Pico-8 API, to help understand any unknown functions

Press the "code" button at the bottom of the game window to view the source code

Cart #39515 | 2017-04-10 | Code ▽ | Embed ▽ | No License
3

Edit:
Altered wall-jump physics to make leaping off the wall easier
Added pause menu option to tweak wall slide delay timing

Cart #39522 | 2017-04-11 | Code ▽ | Embed ▽ | No License
1

[ Continue Reading.. ]

1
1 comment


This is just a little cart designed to show off platformer character controller logic, testing it for a different project so I can show the proof-of-concept to my team.
It's very stripped down, supposed to just show off the logic and basic movement.

Here is a reference for the Pico-8 API, to help understand any unknown functions

Cart #39515 | 2017-04-10 | Code ▽ | Embed ▽ | No License
3

3
3 comments


Cart #39513 | 2017-04-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


I don't really know what to say about this, it's just something I made to get to grips with lua and pico-8 and all that.

0 comments


Cart #39511 | 2017-04-10 | Code ▽ | Embed ▽ | No License
5

I made a little tool exploring higher-order Lissajous patterns. Well, I'm not entirely sure they're actually called that, but this name sounds very mathematical :-). Some outputs look like human tongues or crests, some like butterflies, some like atomic mushrooms.

I'm sure everyone knows the principle of the basic Lissajous patterns. You iterate the following through a reasonable range of T and plot the points as you go:

X = sin(T / Rx)
Y = cos(T / Ry)

Rx == Ry gets you a circle, Rx == 2 and Ry == 1 is a paraboloid, and Rx == 1 and Ry == 2 looks like an hourglass. The images generated by my cart extend this a little bit. I sum a few "higher harmonics" before plotting the result:

X = 0
Y = 0
for I = 1 to speficied_order:
  X += sin(T * I / Rx) * R
  Y += cos(T * I / Ry) * R
  R *= 0.75

[ Continue Reading.. ]

5
1 comment


Cart #39506 | 2017-04-10 | Code ▽ | Embed ▽ | No License

Early test of some Shoot 'em Up stuff I've been tinkering with.

System has following features:

  • Space partitioning collision detection, with pixel accurate thanks to https://www.lexaloffle.com/bbs/?tid=2179
  • Cardinal spline interpolation for enemy flight paths.
  • Timers
  • Simple object system
  • Simple game state machine
0 comments



Done at "Grawitacja 8-bit Gamejam" - 7-9.04.2017, Kraków, Poland

Future updates:

  • proper titlescreen/ending
  • major code refactor
  • more sprites and moving paths
  • additional bonuses
  • actual levels
  • HUD improvements
  • bug fixes
  • special edition for Yerzmyey/H-PRG

I would like to hear any opinion about this little piece of crap, any other suggestion or just a bug report
Keep in mind that was my first PICO-8 code, and I've seen the Pico for the first time less than a hour before gamejam.

PS: Don't put me in jail, even if this PICO-8 copy was unlicensed. Is that cartridge a "bootleg" now? :D

0 comments


Will you manage to cross the bridge?
Will you solve the air blower puzzles?

New update :

  • pots
  • air blowers
  • spikes
  • two air blower based puzzles

To do :

  • signs
  • bow
  • boomerang
  • NPCs
  • proper story
  • more enemies
  • a boss
  • more interesting map
  • title screen
  • pause menu

Cart #39628 | 2017-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
2 comments


Cart #39632 | 2017-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8


This is a super demake of Arkanoid of Taito.
1 level, 1 block and 4 items...

8
3 comments


Cart #39503 | 2017-04-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

My first Pico-8 cart. This took me probably way longer than it should've to make, but I learned a lot along the way about Pico-8 and Lua. If you can think of a cleverer name than "Zombyard," please let me know. I may update the game with more levels, but right now there are just 10. Hope you enjoy!

For more games, visit maximilio.itch.io.

7
0 comments



Inspired by old-school demo-scene effects, here is a new and improved grayscale bump map render, which takes 8 bit height map input and generates real-time shading effects.

Please see GitHub for Python image conversion script and sample files. (https://github.com/electricgryphon/pico-9-height-map-converter)

I found the skull height map in the following forum:
http://www.cnczone.com/forums/artcam-pro/156994-last-supper-bas-relief-trade.html

--Electric Gryphon

25
5 comments


Cart #game_of_life_tweetcart-0 | 2023-08-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Ok with a bunch of help from LRP I have an entry that works in 138 characters! I'm so happy I managed this. I didn't think I'd actually be able to compress it this small. It was a lot of fun to do.

code:

k=2^13::s::for a=0,k do
n=0 for x=0,8 do
n+=peek(k*3+a+x/3+x%3*64-65)end
poke(a,n==12 and 4 or n==16 and peek(a))end
memcpy(k*3,0,k)goto s

Original post:
Was trying to make Conway's Game of Life into a #tweetjam entry but wasn't able to get it below 175 characters. It reads the screen to do the simulation so while it will always display the same simulation from the BBS you can do whatever input data you want if you download the cart by having whatever you like on screen when you hit run.

[ Continue Reading.. ]

7
6 comments


This is a simple demo of storing movement in speed and angle values instead of speed-x and speed-y. It shows a ball bouncing around inside a box.

Cart #39426 | 2017-04-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Controls:
up/down: change movement speed
left/right: change movement angle
x: pause movement
z: randomize the movement angle

Introduction to pico-8 angles:
right: 0
up: 0.25
left: 0.5
down: 0.75

The speed of the ball is stored as ball.speed and the angle is stored as ball.angle. When the ball moves, the program uses sin() and cos(), along with the speed and angle, to calculate how far to move the ball in each direction (x/y movement).

dx=ball.speed*cos(ball.angle)
dy=ball.speed*sin(ball.angle)

The advantage of storing the speed and angle speed-x and speed-y is that they are easier to change directly than manipulating x-speed and y-speed. For example, when the ball bounces off a wall, you can just change the angle and know that the speed will stay the same.

This demo calculates speed-x and speed-y every frame, which isn't really necessary. In a real program, you would probably want to store all four values: speed, angle, speed-x and speed-y, and only recalculate speed-x and speed-y when you change the speed or angle.

In the bounce_ball() function, the angle you provide is the angle of reflection. For example, a vertical line has an angle of 0.25 (it goes straight up) and a horizontal line has an angle of 0.5 (it goes straight left). You can tweak these angles if you want the ball to bounce off at a different angle.

8
0 comments



I put together an engine for turn-based battling. I plan to use this for a boss gauntlet game I would like to do in the future or some other project. For the time being, I focused on laying out the foundations and would like to showcase the engine I put together, and maybe some of you would like to incorporate it into your own game. The demo does not contain any audio.

Features
-The general setup with numerous comments on the functions and commands (from a beginner programmer)
-Defense and magic system
-1 boss to fight with a Pseudo AI setup.

Controls

Up and Down Arrow Keys: Move the menu cursor
Left and Right Arrow Keys: Move the magic menu cursor
Z: Confirm action.

[u]Notes

[ Continue Reading.. ]

5
0 comments


Hi all!

I am putting some time in improving my code and make my tiny game smooth and decently playable.

The result I obtained is really far from this (bugs everywhere, the game is slow and boring, it accelerates and slows down without any apparent reason).

Clearly there is a lot to do and a long path to walk but I'd love if you guys can share any suggestion like changes I need to implement, maths / physics / trigonometry I need to study.

I am sorry if this question is very broad but I'd be incredibly happy to get even the tiniest hint.

This is my current code:
https://github.com/ltpitt/lua-pico-8-pong

A version of the game can be found online:
http://www.davidenastri.it/pong

Thanks for your time and patience :)

1
7 comments


Cart #39499 | 2017-04-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

I am finally releasing my (yet unfinished) first game to the wild. It is a breakout clone with a bit of 80s computer UI aesthetic. You can find out more about it, and my learning-to-code journey at my blog: level0gamedev

The game is currently playable only as an endless score attack.

It seems that I have run into (among other things) a serious case of feature creep and it has really stopped me from finishing it. I am releasing this WIP, because I would love for someone to play this thing. Just knowing that someone played it would give me a much needed morale boost. Feeback is very welcome and encouraged! Feel free to ask any questions, highlight any faults or even check the code (it is a huge mess, but this is really my first coding outside of some QBASIC 15 years ago).

Thanks :)

[b]Changelog:

[ Continue Reading.. ]

24
17 comments


This would be very helpful

thanks

1
4 comments


I noticed on ps4 that the carts page loads but when you click a cart it does not load up?
Could the carts support the ps4 browser? would be rather awesome to try and play pico-8 carts on the PS4...?

3
2 comments




Top    Load More Posts ->