About mitch (twitter: @iammitch)
Entries
Ludum Dare 20 | Ludum Dare 19 |
mitch's Trophies
mitch's Archive
Progress Report
Friday, August 24th, 2012 11:27 pmI’m In!
Tuesday, April 17th, 2012 2:33 pmOnce again, I shall partake in the upcoming Ludum Dare (And hopefully finish this time..
)
Tools
Language: C++
Library: SFML
Warm-up: Radiation
Sunday, December 11th, 2011 2:18 amI’ve spent what time I’ve had over the weekend working on a somewhat random game, while getting used to programming with SFML in C++ (Somewhat similar to C#, but slightly different). This is what I’ve gotten up to so far:
I’m liking the idea that I generated from this theme ( Collect Radiation, Power Buildings using Radiation, Protect Buildings from Radiation ), and will most likely finish this up during the week.
Achieved:
- Loading Resources
- Handling Input
- Scene Management
- Sounds (Fairly straight forward though)
- Displaying Text (Also straight forward)
table.insert ( competitions.ld22, self )
Wednesday, December 7th, 2011 9:40 pmTotally looking forward to this one!
Might be changing things this time around, we’ll see
Language: C++ or Lua (Maybe Both, Depends)
Libraries: SFML2 if C++, or LÖVE if Lua
Audio: SFXR
Good luck to everyone!
October Challenge – Checkpoint #1
Sunday, October 9th, 2011 3:15 amOctober Challenge: Accepted.
Sunday, October 2nd, 2011 5:58 amI’m going to make a decent attempt at this, I have this idea I’ve been “tinkering” with for a while now, and would like to actually finish it (For once
).
Most of my updates will be posted on my blog, but I’ll post weekly snapshots over here as well.
As it currently stands, I’m currently playing around with the concept of an editor where players can (eventually) drag and drop components onto units.
The next step is to allow new components to be placed onto “mount points” that units have.
And finally, some (programmer) eye candy
(It’s some concepts that I’ve got for a set that will focus primarily on allowing customisation by attaching attachments onto other parts, and so on (An attachment on an attachment, on an attachment?))
Progress Shot
Friday, August 19th, 2011 10:49 pmProgress Report
Friday, August 19th, 2011 9:24 pmThe Setup (3.0)
Thursday, August 18th, 2011 5:45 amLD21 – I’m In!
Saturday, August 13th, 2011 8:20 pmOther than a slight “distraction” for a few hours that weekend, I should be able to participate in this Ludum Dare!
I’ll be using a slightly different setup this time around:
Language: C++
Libraries: SFML2 & Box2D
Audio: SFXR
Base Code: None (At the moment
)
Now to make room for the timelapse
Good luck everyone!
Isolation – Post Mortem
Monday, May 2nd, 2011 3:51 amFirstly: I’ve uploaded all of my notes that I wrote during the competition to here, and added a link to them on my submission page.
What Worked
No Framework
From what I have gathered from it, not having a massive framework to use helped me get what I wanted done more quickly, as I wasn’t spending time trying to get the code to work with the framework. Also, not using a framework meant that I’d often just write something that was basic and worked (GUI Especially) or use existing code without writing a class for it, instead of going overboard.
Modular Code
This time around, I think I’ve gone for a more modular approach to the code. Which made me reuse the core much more than what I did in the last submission (The player and enemies use the same movement logic, except that the input for the player is controlled by actual keys). This made it somewhat easy to fix any issues that arose, as all I would have to do is change one file instead of multiple files.
What Didn’t Work
No Framework
The only downside to not using a framework was that if I needed anything, I’d have to spend time implementing it. I think the solution here is to find a point at which the framework doesn’t impede code development, while at the same time providing useful tools that can be reused through each project.
Too Big of Idea
While the core idea for this game was quite simple, I (once again) decided to go slightly overboard with the ideas that went on top of it, which resulted in majority of the features not getting implemented, or quickly tacked onto the game to make it playable.
Basically: Next time, keep it even more simpler
What Could Be Improved
Cross Platform Development
Once again, I chose to use C#, which effectively limits playing to people who have a Windows machine. A better alternative would be to use Java or Flash so that people from multiple platforms can play the game. This is something that I will look into before the next LD.
But once again, I had fun working on this game! Bring on LD #21!
Isolation – Full Timelapse
Sunday, May 1st, 2011 4:07 pmThe full timelapse of me building Isolation can be found here:
http://www.youtube.com/watch?v=4fHk8a3zvy0
You can check out the game here:
http://www.ludumdare.com/compo/ludum-dare-20/?action=preview&uid=3094
I’ll upload my notes later on today, and also write up a post mortem.
Isolation – Enemies
Saturday, April 30th, 2011 11:31 pmIsolation – Timelapse Part 1
Saturday, April 30th, 2011 9:14 pmHere’s the timelapse of the first 12 hours of me working on my submission:
http://www.youtube.com/watch?v=FfF85klAcsw
Isolation – Update
Saturday, April 30th, 2011 6:54 pmJust over 24 hours to go!
I’ve just about finished the tutorial level, and am now working on the store that players access mid-way between 2 levels, where they can purchase items with the money that they get during the level.
Today’s Tasks:
* Finish random level generation (Add complexity as level ID increases)
* Store
* More Enemy Types
* Cover System
I’d post a screenshot… but not much has changed in that area since last time
Isolation – Progress Update
Saturday, April 30th, 2011 3:42 amTime Awake: 8.5 hours, Time Asleep: 0
I’ve now got a basic menu system in place, buttons work, and the player is able to get to the “game”.
My focus now is to get the map generation going, and ensuring that save/load works (The load button does work, it’s just that it won’t do anything if it is given a file).
For those interested, you can find a copy of it here:
http://mitchdev.com/projects/ld20/builds/Release-Build0.zip (1.27 MB)
Back to coding!

















