Finally got around to publishing our 2018 jam game: Revolt Omega
Black Hole Bullet Released!
We just released Black Hole Bullet, and ReplayFX will be hosting a tournament for the game this weekend!
Click below to download for free, or kick us a few bucks!
Praetorian Released!
Praetorian, a sudden death arena game we worked on a couple months ago is now released and available for download!
Click here to see more info: Praetorian
Assault on Slime Fortress Released
I made a game for #gbjam 4. The goal is to make a Game Boy inspired game. The Game Boy has a resolution of 160×144 and only uses 4 colors. So I made a really simple and cute Link’s Awakening-inspired roguelike-like.
Check it out over here: Assault on Slime Fortress
Impulse 1.0 Released
The SA Game Dev Challenge theme for this year was Critical Omission.
I made a twin-stick shooter with only one stick.
You can play it here: Impulse
SPACE DEFENSE! and One Game a Month
I made another game shortly after completing #YesCallMen, mostly as an exercise to try something new and unwind after the SA Game Dev Challenge. The game I made, SPACE DEFENSE!, was made in Octo, a CHIP-8 emulator. CHIP-8 is a programming language from the 70s that uses mostly low-level programming techniques including manual memory management. That was pretty new for me, as most of my programming experience is in high-level languages like C#. The display for the emulator is also only 32×64 pixels, so it’s a very limited design space. All said and done I learned how to use Octo and made the game over about 5 days of sporadic work.
It was a lot of fun to put it together, very puzzle-like since there are so few moving parts but you have to try to cram them together very neatly and efficiently. Check out the game page here: SPACE DEFENSE!
Also, I signed up for One Game a Month, and am going to try to keep up with it for as long as possible. Wish me luck!
#YesCallMen Writing
I am going over my notes from the SA Game Dev Challenge this year planning to do a proper post-mortem of the process. In the mean-time, I thought I would share a little about the writing that went into the game. The game has 2 major dialogue points, with 2 more that sort of got thrown in towards the end that I ended up liking quite a bit. In this post I talk quite a bit about setting up the different dialogue, but if you want to just read it you can skip to the bottom where I posted everything from the game. The dialogue points are:
- When the host responds to a caller
This happens when the player plays an argument card or ends their turn. This was the first bit of writing that I knew I would need, and I was dreading it. My initial research did not help to allay these fears, as I had to collect actual MRA arguments and try to put them into the game without actually seeming to endorse them. A few people on IRC suggested a madlibs-type system, which I started to put together for initial testing. The arguments followed a pretty basic structure involving a thing that women allegedly do that MRAs hate and a thing that they feel men are forced to do or suffer with as a result. So I ended up with a format of “If it weren’t for women who [do this], maybe men wouldn’t feel forced to [do that]!”, with a few variations. After doing this, it was clear it wasn’t going to be enough, because I had used real MRA arguments and it still seemed a little dark, not to mention I just felt a little gross.
Luckily, just on a whim people started throwing out random absurd arguments and mixing them up and all of a sudden it became hilarious. So what I ended up doing was starting with a base list of “female verbs” and “male verbs” representing semi-realistic arguments, which I add to as the game progresses from a list of “strange” verbs for each gender. And it pairs a random male verb with a random female verb from the list collected so far. So as you play the arguments get more and more absurd, even though it starts with a list that mostly represents real MRA arguments. And thus we end up with the classic and true MRA argument, “Well, if women didn’t run faster than horses, then men wouldn’t have to gaze long into the abyss and allow the abyss to gaze back!”
- When the game describes a caller’s argument
The decision to have the game describe the caller’s argument from the host’s point of view was a deliberate one. I wanted it to seem like the host wasn’t really paying attention or wasn’t listening and just summarized the argument in his head. It also allowed me to play a little bit with the arguments that might seem weird if they were actually shown as “spoken” dialogue from a real caller. The caller arguments start with very simple basic things that women often have to deal with and MRAs often don’t think is a real issue or don’t think should be taken seriously. This was things like having a career, equal pay for equal work, being treated like human beings. Then I thought why not make some of these ridiculous as well, which resulted in one of my favorite lines from the game, “The caller says something about women just wanting to not be shrunk down and kept in jars as trophies. How ridiculous!”
- When the host signs off from the show
This was one of the bits that ended up getting snuck in at the last second. Originally I just had a placeholder sign-off quote I thought up on the spot when I was putting in the messaging system, which was “Join me next time on #YesCallMen to get more TRUTH BOMBS dropped on you!” This stayed in until the final few days of the challenge when I went back and updated a lot of dialogue. I thought the idea of using the same format all relating to violence was pretty funny so I ended up writing about 20 different sign-offs with a bunch of different TRUTH WEAPONS.
- When you get updated converted feminist numbers
This was something I threw together one night early on when it was late and I was too tired to work on anything really technical. I had decided there would be no actual end state, so I needed a way for the player to know the game was actually keeping track of their progress so they didn’t feel like it was just a pointless grind. I had already thought about using “feminists converted” as a way of tracking points, but then I had the idea of a public access call-in show being ridiculously effective and popular and it went from there. So instead of just tracking a number and stopping at the population of the world I decided to ramp it up so that every 10 shows or so you reach a new level of conversion.
The first step is to convert the entire planet, then move on to other planets, and other galaxies, then other universes and then multiverses.Initially, I only had different lines for the first 10 shows when you are converting Earth, plus a line or two for each new “step” describing the transition to converting other planets, galaxies, etc. I didn’t originally think anybody would play the game for longer than a couple minutes, so I didn’t put much time into it. But then playtesters had reported playing the game for hours and wanting unique results. So it stayed in for quite a while until the very end when I went back and spent hours writing unique results for every single show up through 50. This is some of my favorite writing in the game just because it’s so absurd, and coming up with random occurrences throughout the universe was a lot of fun.
In-game Dialogue
So with that said, I know not everybody has time to play the whole game and see every different combination, so I thought I would share the list of writing here. This is copy-pasted from my code so it’s not formatted very nicely but you should be able to get the basic idea. Again, keep in mind that the Female Verbs and Male Verbs get randomized and combined into a single argument with a format similar to “Just because men [male verb] doesn’t mean women should [female verb]!”
New Site Launch
Hi, welcome to my new site! My name is Jim and I am learning game development as a hobby. I am very new and learning a lot but I am really enjoying myself. I hope to use this site to document my progress and obstacles along the way.
So far I have completed 2 “full” games, both as part of the annual Something Awful Game Development Challenge, but now that I am getting more comfortable I would like to start making more.
I am also very new to web development, so if you have any issues with the site or playing my games, please let me know and I will try my best to resolve them.