Log In  
Follow
Soundole

VGM cover artist, amateur game dev, vegan junk food aficionado.


Cart #hersheys_train_line-0 | 2023-04-19 | Code ▽ | Embed ▽ | No License
16

Press 'Z' or 'X' to toggle the mouse cursor when playing on a desktop.

Hershey's Train Line is a present for my son, Hershel, for his 3rd birthday. Draw a path around the obstacles to get the train from one side of the screen to the other!

At any intersection, the train always follows a straight path when possible. When faced with a T intersection, the train always turns left.

If you've got any young people in your family that are as into trains as my son is, I hope this makes them smile!

16
7 comments



Cart #voxeltestflight-0 | 2022-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Here's a little test project that I made to try out very simple rendering from a height map. It uses code similar to a raycaster, but checks the height at regular distances all along the ray. It renders from front to back, with an algorithm to stop it drawing over anything previously drawn. It uses the diamond-square algorithm to generate the terrain height map, and reads from a chunk of sprite memory to texture the ground.

Arrow keys move the camera. There's no game mechanics, or functionality beyond just flying around. I'm not ruling out coming back to this, but I think my curiosity about these sorts of systems is satisfied for now. I have even more respect for people who have made fun and playable games out of this sort of tech!

2
0 comments



Cart #hersheys_balloon_pop-0 | 2022-04-18 | Code ▽ | Embed ▽ | No License
6


A little balloon-popping game made in PICO-8!
If you're running this on desktop, press X or Z to enable a mouse cursor.
This works with touch-screen support on some mobile browsers, but on many platforms, audio issues and lag may be present.

This is a present for my son's second birthday. He's pretty addicted to a balloon-popping game on his mum's mobile, so I wanted to make something that I knew he'd enjoy!

Happy birthday Hershel! You might not be old enough to read this yet, but I hope that one day you stumble upon this when you're older, and remember how loved you are.

6
3 comments



Cart #picokarts-0 | 2022-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Pico Karts is a pseudo-3D racing game, modelled after the style of Outrun or Hang-On! This started from an experiment to produce a pseudo-3D scrolling road, and was gradually built up from that concept to a complete game. While I'm sure there are plenty of things I could add or improve, I'm happy to ship this little project and move on to the next thing :)

Controls:

Left/Right Arrow Keys: Steering
Down Arrow Key: Brake
Z: Accelerate
X: Boost (when boost meter is full)

The boost meter fills up as you drive, and is reset any time you hit an object or drive off the road.

If you'd prefer to switch the colour alignment between the road and the sides of the road, press X at the title screen (this may reduce eye strain for some people).

[ Continue Reading.. ]

9
5 comments



Cart #blockbop560-1 | 2021-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


My submission for TweetTweetJam 7 - a Breakout-like game using 560 characters!

Check out the other TweetTweetJam7 submissions: https://itch.io/jam/tweettweetjam-7

Some of the other submissions I've seen so far are mind-blowing, and certainly give inspiration for the future!

Controls:
Arrow Keys: Move Paddle
Z: Restart

0 comments



Cart #pumpkinlight-0 | 2021-10-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Every year on All Hallows' Eve, the ghosts of this mausoleum compete to see who can light the most jack-o'-lanterns in a minute! The other ghosts won't make it easy for you - these jack-o'-lanterns are full of ghosts, and they'll spit seeds at you to slow you down!

Use arrow keys to move, Z to throw torches. Your score goes up by 1 for each lantern you light, and down by one for each time you get hit. If you're looking for a challenge, see how high a score you can get while also getting the two golden medals!

Happy Halloween everyone! Putting this together has been a delight, I hope you enjoy it too!

Credits:
Art: Soundole and Bookwyrmle
Everything else: Soundole

4
2 comments



Cart #spoiderboi-0 | 2021-09-14 | Code ▽ | Embed ▽ | No License
11


Controls: Tap Z to grapple, or release from swing

This is my submission to the #Pico1k jam, a jam challenging people to make something in PICO-8 using no graphical or sound memory, and only 1024 characters of code! I had to cut back a lot of my original expectations to get it under the size limit, but I'm glad that I was still able to submit something playable!

11
11 comments



Cart #featherstoneruins-0 | 2021-08-30 | Code ▽ | Embed ▽ | No License
15


Featherstone Ruins is a survival-horror game with gameplay similar to 'Slender', which I slowly built up out of some very basic raycaster code. I mainly made this as a learning exercise, and there's a thousand ways to make it more efficient and effective, but I'm happy to call it done and put what I've learned into practice on the next project!

Story:

Many years ago, a servant at the Featherstone Manor was unjustly tried as a murderer, and executed. His body was cut up, and hung around the surrounding farmland as a grim warning to others.

Since that wrongful execution, no-one at the manor has known peace. Rumours spread that the Featherstone Farm was haunted. The site was abandoned, and soon fell into disrepair. None of the curious souls who have ventured there have returned.

[ Continue Reading.. ]

15
8 comments



Cart #dominopolis-0 | 2021-08-25 | Code ▽ | Embed ▽ | No License
7


Dominopolis is a city-building/puzzle game, where you earn points for placing the same type of tiles next to each other.

Dominopolis was a submission to the 2021 GMTK Game Jam, where the theme was 'Joined Together'. Dominopolis fits this theme by having the tiles that you place be joined together in pairs (like dominoes, hence the name!)

Controls:

Arrow keys: Move cursor
X: Rotate cursor
Z: Place tiles

Credits:

Coding, Design, Art: Soundole (Peter Anthony Smith)
Design, Art: Bookwyrmle (Erin Harrison)
Music: Connor Grail

7
3 comments