About Frib
Frib's Trophies
Frib's Archive
Time to finish things up
The AI is now done and fully functional. They can have a variety of states, like patrolling, wandering, guarding, and of course chasing you. I hit a few roadblocks while doing AI, and I’ve been working around most of them, as usual. But because of that, it’s such a mess now that it started to hurt performance-wise. So I had to work around that as well.
I’m not very happy with my game so far. I expected to create something else, something more fun. What I had in mind and what it is right now are similar, but I imagined it to be more fun to play.
In any case, I’ll finish my game. I’ve got footstep sounds with panning depending on where you look (which is very confusing when you’re looking down, as left=right and right=left then) which makes sound sort of useful, but while it should be a vital key to knowing where your enemies are, it doesn’t really help that much at the moment.
In hindsight, if I had known my game would end up looking the way it does (infinite 3D pillars going to the sky instead of shadows, tiles instead of more ‘exotic’ polygons), I would’ve made something more similar to the old GTA series. That way I could at least paint the walls with a texture, or turn it into first person view from the get-go. I’m not unhappy with the current state, but I really did expect something else. It’s been a good and fun experience so far, though.
On my to do list are menus, win and lose conditions and a screen, and some more fancy graphics if I can. I won’t add any more level objects like doors and keys and all that.
enemies!
It’s a few hours into the second day, and I’ve done a bunch of things since last time. I made a quick and dirty image-to-map converter. I can now use my awesome polygon code, which makes practically any kind of geometry, to create simple squares which are basically tiles but without the bonus of tile indexing. Hooray. So inefficient and not what I want but it’ll have to do for now. It beats having to manually enter every piece of geometry. I’ve also added waypoints for pathing the AI. It works like a charm. I’ve also started working on the enemies and their AI, and I’ve got pretty much all the groundwork in place. They can ‘see’ a player, and geometry blocks their sight. They can use pathing. I just have to create their states now, and also limit their sight to what’s in front of them.
Here’s a picture of an enemy chasing me
Only being able to see a portion of yourself still feels a bit weird. I can’t explain why, but for some reason I (as a player) really really really want to see my whole circle and the game won’t let me. As a developer I still have to figure out if that’s good or bad.
Stuff to do:
- Finish up AI
- Limit AI vision to what’s in front of him, similar to the player
- Add patrol points
- Add footstep sounds and other noises
- Add doors, traps, special things, and fill the level with enemies
- Add win and lose conditions
- Add a main menu
- Add fancier graphics, like a proper floor, proper player/enemies, etc
- Optional: Make a new, proper map that doesn’t consist of squares only
About 16 hours left and most of this should be doable
Second update
I’ve tinkered with the visuals a bit, but decided to keep it as it is right now, meaning that things you can’t see look like giant pillars going to the sky. So far I’ve tweaked the camera and the view distance a bit. The camera ‘moves’ with the mouse, so the further away the mouse is from the player, the further ahead you can see. It is capped though (both on the mouse distance and on what you can see). Without it, it felt very annoying and bad to look around. With it, it feels a lot better, but it’s still not perfect. I think the best way would be a camera that lags behind a bit, so it moves smoothly and steadily. This would also affect the gameplay a little, meaning you can’t look around very fast, which is a good thing. But that’ll come later. I’ve also added full polygon collision, so you can’t walk through walls anymore.
Here’s a screenshot:
There’s still many things to do. Here’s my global todo list:
- Create enemies (with AI) that patrol and try to kill you
- Create pathfinding for said enemies
- Create doors, traps, and items to use
- Create a level editor
- Create a level with said editor
I’ve no idea how far I will get. The AI will probably be a tough task to do
Woo, line of sight!
I’m going to create a ‘simple’ evade all enemies and get out of some place game, with stealth and all that. 2D, top-down view, nothing fancy. The first step was to render the world with line of sight. I’ve just finished that, but there are some unforeseen issues with it. Here’s a picture of what it looks like right now:
You control the direction you’re looking at with the mouse, and you can’t see behind you. I added a few blocks in the room, which you can see. Well, you can’t. You only see the shadows cast by it. Because I want the game to be 2D and not 3D, you cannot ‘see’ walls (like in the old GTA games). At first I thought that would be ok, but now I’m having doubts. You see, when moving around, those shadow cast by the geometry look like 3D pillars that go up in the sky. So, accidentally, it looks like the old GTA games but with black buildings instead of textured buildings. Oops.
So I’ll have to figure out a way to make it look like it’s 2D (which it is), while still keeping shadows like that. Any ideas are welcome, but I’m going to try and add an offset to the shadows so you can still see a little bit of wall before it goes black.
Now it’s time for food, and then I’ll try to fix that. If I can’t get it to look decent in a few hours, then I’ll just keep it as it is now and work on the gameplay. When that’s done, I can always revisit it if I want to. Still, I’m very happy with the result.
I’m in!
This will be my second LD (my first being LD 20). I might not have all day on saturday, but on sunday I’ll have enough time for sure to hack an awesome game together!
I’ll be using C#/XNA again, and I sort of made a promise to myself to not create a platformer, unless the theme is perfect for a sequel to my LD 20 game Heroic Cat. But even then I’d like to try something else if possible. We’ll see. Next to XNA I’ll be using bfxr, audiotool, paint.NET. I won’t use a game engine or other 3rd party libraries, probably, unless I really need one.
I can’t wait!
(Also, I read the post about tags earlier today, but C# turns into C++ so it’s just XNA for now)
First day progress update
I didn’t really have a goal set yesterday. I had a few ideas, but nothing concrete. Last night, an hour or two before I went to bed (which was about 2 hours before it started), I decided to create some sort of hacking game where you and a team of people have to achieve a specific end goal for your country before you hit a specific deadline or else. So a cyber war, basically. It would be a bit like uplink, but also quite different. I have a bunch of ideas for the end result, including a realtime office mode, multiple ways of dealing with things, and an interactive world where you are not alone. Lots of stuff, too much for one weekend, but it was fun to think about. Whether it’ll be fun to play, I don’t know, but still.
So today I worked on it for a bit. I’m creating it in WPF (which is .NET), because it’s GUI heavy and I know it well enough to get something done in it. I have a bunch of stuff done, but still a lot to do for it to be a proper game. I’ve created a nice little world, one which is filled with about 20.000 people (each with a name and email address, most with a job in the game world), a few hundred companies (with employees, admins and CEOs), each with one of a dozen server software packages for their websites, each with a dozen possible different versions. All of it randomly generated from lists of names. And you can bypass login screens of email services if they have crap security and you select the right options in the comboboxes, but that’s it.
I still need to do many things. For starters, it needs a goal. I also have to make the websites (they’re just empty templates, but I have to create the templates), some data to gather and abuse (like email addresses, source code, etc), create viruses and worms (to use on the email addresses), make hacking risky, simulate latency (if you want 7 proxies, go ahead, but don’t complain that it takes a minute to load a page), useful teammates, some sort of money system, digital (black) markets, botnets, more ways to hack, news, a living world, and lots of other things. Way too much for one weekend. But we’ll see how far I can get, and after it’s over I’ll decide if it’s worth continuing.
Heroic Cat – Post Mortem
Warning: Here be SPOILERS. Don’t read if you haven’t finished it. It should take you about 10 minutes to play through if you finish each level at a decent pace.
Yes. Heroic Cat has Spoilers. Can you believe it?
This was my first Ludum Dare I’ve ever participated in, and I had no idea what to expect and how far I would get in 48 hours. I didn’t prepare that much. I had my tools (visual studio, paint.net, bfxr and audiotool), but I had no pre-existing engine code or whatever, nor did I have any external libraries, engines or frameworks (bar XNA of course) to use.
Progress
When the theme was announced at 4 AM, I immediately started working out my idea. 2D sidescrolling platformer, cat being hero, save princess, common enemies, etc. This didn’t take that long. I had a rough idea about what I wanted to do, and figured I’ll just expand on it when I get to it. I then started working on the engine. Tilebased, basic collision for that, and collision between entities. I also wanted simple AI commands put into the map itself to control the green guy. At 9 AM I had the first 2 levels, including an enemy and basic AI. The core of my engine was done! I then went to sleep.
Done!
Heroic Cat is done! Finished! Complete! Final! Oh yes. Can you escort the mighty green dude to where his quest takes him? I bet not!
More info here and a download link is here
Oh god, 4 hours left and I’m on fire
Literally. And figuratively.
15 levels are done and I still have 7 levels planned, and I need to create 1 or 2 new kinds of enemies. And I need to fix a rare but annoying bug. And an ending cinematic. And oh god what am I doing here typing while there’s only 4 hours left.
I will finish this, though.
Getting there
I currently have 10 levels, but there need to be more. More! MORE!!1
Sadly, I’m having a hard time coming up with levels and puzzles and all that. Other than the lack of levels, the game itself is working fine. There are a few rare glitches but nothing catastrophic.
I’ve also finished the final level, with some sort of cutscene and ending, which is nice. I still need to add a few levels before the final level, though. Also, the main character is completely helpless. This game is all about escorting; he can’t defend himself. Good fun!
What I really should do is work on the graphics and make things animated, but I really can’t be bothered to do that. So expect ice skating cats and green dudes.
So I’m gonna work on some more levels, add an intro screen, and maybe fix a few of the rare glitches, and then it’s done!
Crush the kitten!
After eating a delicious pizza, of which I sadly don’t have pics, I’m now going to continue with the ‘puzzle’ in this room. Anyway, so far I’ve created the crusher enemy, which will crush you, and am now working on the first item you can carry and ‘use’, which is needed to get the hero out of this room.
All is going well but I think I’m going to have a hard time coming up with levels eventually. But still, so far, so good! Also, I planned on making the hero sort of smart and allowing him to do things, but maybe it’ll be even more fun if the hero is completely stupid and oblivious to what happens, like a true escort quest. But maybe that gets too frustrating, so I probably won’t do that.
Basic enemies and attacks done!
I’m getting close to finishing the core gameplay features. My hero can move on his own, my cat is controlled by the player, and my enemies walk around as well.
If an enemy touches you (or the hero), you will flash for a second or so and be invulnerable during that time, and you lose health. No health = death, sort of. On the other hand, you, as a cat, can claw in front of you, dealing damage to enemies, making them flash, AND stun them for a second or so. Also, enemies which are stunned won’t damage you or the hero if you walk through him.
In this pic you see the hero, the cat, the cat’s attack and some random simple enemy of doom.
I’m now going to create some more enemies, each with their own way of movement and perhaps even ranged attacks. After that, I’ll work on items for your hero to use. Right now he’s essentially a timed underwater escort mission objective without the underwater part, which will be the first portion of the game, but later on he will be more useful.
I’m wondering if I should add checkpoint saves, or make it so death = game over. It will probably depend on the length of the game.
Anyway, at this rate, I think I can get this game done in time! Yay! I might even have time to fancy up the graphics by adding animations.
It’s not dangerous anymore!
Collision works perfectly, I’ve added a bunch of ugly sprites, and the main character can now be AI controlled by invisible waypoints in the map. In this instance, it spawns on the right and is ordered to go to the left. When it reaches the next order, it stands still (as shown), waits 5 seconds, then turns around. I want to add that he lifts the cat above his head during those 5 seconds, then put the cat down and make it player controlled while he walks to the right. When the cat reaches the right side of the screen, the level will transition.
I’m gonna try and get some sleep now, it’s almost 9 AM. When I wake up I’m gonna do the next level, which will involve killing a monster.
It’s almost 6 AM
And I got some basic collision and tiles done!
In my game you won’t actually control this guy, though. I’ve got a nice idea planned out that involves a cat. You will be the cat, given to this guy by some old dude with a beard, and you will accompany this guy on his quest for whatever I come up with. While he struts on, encounters foes, and gets stuck by puzzles, you will be the awesome cat sidekick who saves the day by sneaking past foes and striking them from behind, climbing and crawling to parts where he can’t get to so you can bring back important items, and generally be a badass cat without animations. And in the end, glory shall be all his and not yours.
I’m in!
This will be my first LD. I have no idea what I’ll be able to do in 48 hours, and there’s only one way to find out!
I’ll be using C#/XNA, paint.NET and Sfxr. There probably won’t be any music or fancy graphics, but we’ll see.
I hope I can get a working game done in time, which will be my main goal.
Edit: I might add music after all. I completely forgot about audiotool and inudge, and if I have time I’ll use one of these for music.












