Death Dash Crash is now on @newgrounds.com with High score Board and Medals.
www.newgrounds.com/portal/view/...
#pico8 #indiegame #indiedev #gamedev
Death Dash Crash is now on @newgrounds.com with High score Board and Medals.
www.newgrounds.com/portal/view/...
#pico8 #indiegame #indiedev #gamedev
Reposting cause webps don't webp. Anyway...
Alright #FragmentFriday, here's a pico-8 project I abandoned!
I still get questions about this every now and then, it's a platform where your character leaves a trail to expose the level!
#gamedev #indiedev #pico8 #pixelart
Cuting room floor: CHanging the number of lanes. While it does sounds cool, it doesn't bring much gameplay wise. It also takes quite a lot of token, and I still the title screen and main menu to implement. #pico8 #gamedev
if you need a lil attention at the party you can dance to pull the other guests towards you πΊ
#pico8 #7DRL
Added more impact to losing with a palette change effect. #pico8 #gamedev
So many good gamesβ¦ I don't know if many people have played @nitrome.bsky.social Β΄s Bomb Chicken or HALβs BoxBoy, and that's a real shame, but Γoo is a great game with a great look and so many good ideasβ¦congrats @namataka.bsky.social
Having a central "home" for your online presence that can fully represent your personality and vibe is invaluable, especially nowadays with how rigid and sterile the design of most online platforms are. You don't have to succumb to representing yourself within the rigid constraints of social media.
Kinda sounds like a knock off version of Focus from Super Hexagon. #pico8 #gamedev
I made Moss Moss, a #pico8 game about mossing the world and finding secrets. Hope you enjoy β₯
noelcody.itch.io/moss-moss
Screenshot of my game's git commit history. Reads: 81cb863 new bass line 6d9cd25 new line c2b8d9e reworked melody b49857d added small melody line e918245 remade bass pattern 2c2ba42 started composing music
Using git when making music means having strange things in your commit history. #gamedev
#7drl day two for my Karate Deck Building game ! I added new cards and tested guard/multi hit/projection mechanics. Each cards have specific ranges. Soldiers now retaliate π¬
Thanks! It's just Up/Down to change letter and Left/Right to change position. Also these are saved locally
Thank you !
I've gone the arcade route so I must implement a leaderboard. #pico8 #gamedev
I'm pretty happy with the mechanics I have so far, so I worked on balancing the difficulty. I decided to go with three difficulty levels that influences several factors like car density, missile speed, spawn timer, etc. Each triggering at a particular score threshold. #pico8 #gamedev
Death Dash Crash is out now!
Play on www.lexaloffle.com/bbs/?pid=184...
or voidgazerbon.itch.io/death-dash-c...
#pico8 #gamedev #indiegame #zombies #indiedev
2/2 ...so it never reach the bottom of the screen, and never despawns. Other cars that spawn in this lane also get a negative speed. This cycle repead until no more car can spawn. I just added a check to ignore cars that were going "backwards", and now it's fixed π #pico8 #gamedev
1/2 Finally fixed a bug where cars stopped spawning after a while: the speed of spawning car is capped to prevent it from hitting the one behind. But "killer cars" have negative speed (since they come from behind), so a car spawning in the same lane would also gets negative speed...
play "ROTORNALIA" today!!!!!!!!!!!!! YAHOO!!!!!!!!!!!!!!
#FallingBlockJam
muzakefron.itch.io/rotornalia
happy good small games anniversary βΊοΈ very pleasing for that to line up with the last weekend of the cookie cutter jam, the praxis is strong farawaytimes.blogspot.com/2023/02/how-...
The way I've implemented the game scene allows me to change the road's width by modifying a variable. I'm not sure if I'll actually use it (having lane closing could be fun, but I'm not sure it adds a lot to the gameplay), but it's fun to play with. #pico8 #gamedev
Thank you !
My main way of controlling difficulty was through the game speed. But at one point it becomes impossible to avoid oncoming cars. So I'm adding a "hard mode" to the different hazards. For instance, having a train of cars rushing from behind you instead of just one. #pico8 #gamedev
I really like the dynamic of having to manage your energy meter, and I have a few ideas for how to connect it to the base "car dodging" mechanic. Here's one: vampire cars. These drain your meter instead of charging it. #pico8 #gamedev
Congrats !
I found the scoring to be too detached from the player's actions, so I decided to switch to a more straighforward system: it's just a counter that increases with time. The rate of change follows the game speed, so you the score increases faster the longer you play. #pico8 #gamedev
Nice effect ! I also find it helpful when brainstorming during gamejams, especialy wjen working with others (gives you tangible things to fiddle with)
Before/after screenshots of the PICO8 stats of my game. The top part (before) reads : FILE: main.p8 TOKENS: 7654/8192 CHARS: 61087/65535 COMPRESSED: 14391/15616 The bottom part (after) reads: TOKENS: 7257/8192 CHARS: 49883/65535 COMPRESSED: 12101/15616
A bit of cleanup today. My way of adding, removing and tweaking features makes for some heavy spaghetti code. I managed to squeeze out 397 tokens, but I'm pretty sure I can trim some more. #pico8 #gamedev
First person shot of me standing on a skateboard
Picture of a game screen showing two wireframe tunnels with spiraling elements, and Windows 98
Got to play Crashboard 2000 by @emiliecorne.bsky.social and @leondenise.bsky.social at Random Bazar Festival ! C'est trop cool !
#indiegames #altctrl
Added a "missile" to prevent players from staying between lanes. #pico8 #gamedev