A List of Games I'd Like to Play And/Or Make

2021-07-18

A few months ago I participated in List Jam, organized by Em Reed on Itch.

List Jam 2021

Entries to List Jam 2021

My contribution was called A List of Games I'd Like to Play And/Or Make. And here it is below. I've also noted a few examples of some of these that were actually made.

update: I made this in March 2021

Gobi

I actually did make this:

https://notapipe.itch.io/232henley

update: this is actually how most kids' "learn to program" environments are made now

back to index

---

Comments can be manually emailed to lettuce@ctrl-c.club

I must say your post on games you want to make/play made me think a lot, especially "Dungeon Painter, whatever it means". I was trying to get some sleep when I had an idea for this game that sounds pretty interesting... So I had to write it down before it's gone. Let's start with some old-school dungeon crawler with the typical fixed-height ceiling and square cells on an orthogonal grid. Use an "infinite" uninitialized grid for the level with only a 3x3 empty room for the player to start, give them a simple weapon and a paint gun with some ammo. Player can then paint walls with special paints to effectively set the type of the cell behind the wall, for example changing a wall into an empty space or a door, some decoration, etc. Then mobs will be able to spawn only in specific room configurations (shape, decorations,...), and give specific loot (paint, weapons, potions, etc ) when slain. Player will have to create a dungeon room by room to be able to spawn and kill stronger mobs that will drop loot to build/fight the next tier until the player builds the "exit" room and wins the game. This is a pretty rough sketch, I don't know if you find it interesting but anyway this was my take on "Dungeon Painter". It can even be easily built with a 2D gameplay in a curses environment; rogue-likes are pretty good at displaying complex dungeons in a terminal. What do you think of this concept?

---

I like it! Make it and I will play it! :) :)