Old Projects
Although I almost exclusively make Asset Store products now, before this I learned to make games and artwork for fun and for various game development competitions. You can read more about them below!
Although I almost exclusively make Asset Store products now, before this I learned to make games and artwork for fun and for various game development competitions. You can read more about them below!
Sprite Packer allows you to easily pack sprites into a single sprite sheet, allowing you to achieve one draw call.
This was a game I made in Unity for fun. It took about two weeks, and included quite a bit of cool UI and procedural mesh code. I released it on the Google Play Store.
When Synty Studios released their low polygon packs I got the idea to release a simple mobile game using it, and so I made this.
This was made in Unity, and I did all the programming from scratch in C#. I released it on the Google Play Store.
Astrodude (1.0) is a game I made for the Intel AppUp store (now discontinued), and is the first game I commercially published.
This contained media from the original "Astrodude 0.3" game, but it was rewritten from scratch. Some parts like the UI system even bypassed the DarkGDK library entirely, and were rendered directly using D3D9 API calls.
Since it was a commercial release, I wanted to include more features than just the car racing feature from the original competition version, so I made levels where you control the astrodude himself to avoid dangers and collect eggs. The eggs are then used to unlock new levels, and I put a lot of polish into each aspect.
Astrodude (0.3) is a game I entered into the Intel Netbook Competition, hosted by The Game Creators. I won 1st place, also announced HERE.
The theme of the competition was to make a game suitable for the new Intel Netbook range, which were basically mini laptops. I decided to make a car physics based dodging game, where you can use the trackpad to 'swipe' the car to dodge obstacles.
I did all the programming for this game using C++ with the DarkGDK graphics library, and all the artwork in Photoshop. The biggest challenge I faced when making this game was handling the deformation of the terrain. I had to develop a system to efficiently generate (and regenerate) the collision mesh at runtime based on the explosions that deformed the surface. This was quite a challenge because I wasn't aware this had been done before and the algorithm was called Marching Squares, and so I developed the algorithm on my own from scratch.
The idea with this competition was that the game would later be published on Intel's "App Up" store (now discontinued). In preparing this game for publishing I discovered that due to NPOT scaling issues, my game wouldn't function correctly on some devices. Accounting for this issue was quite difficult using the DarkGDK graphics API, and I wanted to include some more features for the commercially published version, and so I decided to re-write the game from scratch and release it as version 1.0.
Judges: "Have everything you understand about physics tested to the maximum in this 2D physics-based driving game. It's a tried and tested formula but with a twist. Set in an extra-terrestrial environment with just enough gravity to keep you planet-bound, the camera view is fixed to the orientation of your dune buggy. Rather than lose your vehicle and starting again when you overturn it, your whole world is turned upside down too. You'll have to wrestle with recovering your vehicle whilst baffled by working out the physical aspects in a upturned world."
Duffy, our Intel judge, reports "Astrodude scored the highest across the board. Well done graphics, good game play for a netbook...'track pad' swipe for a boost is brilliant."
evo.war is a game I entered into the Community Competition, hosted by The Game Creators. I won 5th place.
I don't think there was any particular theme, so I just experimented with every idea that popped into my head. What I came up with was a shoot-em-up where the enemies 'evolve' based on how easily you were able to kill them. All ships including your own used the same code, except you were able to choose your upgrades, whereas the enemies were just random mutations. In the end this system didn't really make for fun gameplay or enemies that made any visual sense, so I scrapped the evolving enemy part and just hand-made them.
I did all programming in this game using C++ with the DarkGDK graphics library. This library doesn't contain any of the fancy feature we now know and love, so developing this game required me to create a UI system from scratch, including a sprite font system. I also developed the ribbon trail (missile trail) system from scratch, which required a lot of mesh manipulation code. I also did some procedural texture work for the progress line, and voronoi upgrade UI picker. The levels are based on text file parsing, and there are many small things I made like a playlist system, particle system, weapon system, modular part handling system, star shadow system, and much more.
Judges: "Evo.war is another fine entry from Darkcoder. The attention to visual detail and innovative game play sets it aside from other entries. The principle behind the game is to take a standard side scrolling shooter in the R-Type style, and collect DNA as you work through the levels. You can then "evolve" your ship using collected DNA creating different designs. Starting as a humble egg-shaped craft, progress through the levels with varying weapon configurations. The game play can be very intense at times, almost frustrating; however the ability to adapt your ship to your preferred playing style is a great advantage."
This is a game I was making using the DarkBASIC Professional software, and was one of the last projects I attempted with it before moving to C++ and DarkGDK. Although I never finished this game, many of the things I learned and even some of its media lives on in my Asset Store product: Space Graphics Toolkit.
The idea behind this game was to make a realtime space combat MMO, with heavy inspiration from the Stargate TV series.
I did all the programming for this game, all the 3D artwork, all the shaders, all the UI artwork, and except for the particle animations and planet texture, I did all the 2D artwork too.
This game was made for the Game Dev Competition hosted by The Game Creators. I won 1st place.
There was no theme to the competition, so I decided to make an open world space RTS, something along the lines of Homeworld. In this game you manage a fleet of ships, some of which can build other ships. You then capture star systems by destroying all enemies in them, and each star system you own generates resources for you. You can then spend these resources on research, upgrades, or new ships. The game is all realtime, with actual bullet physics. You can even zoom into the ships and 'enter' them to assume control, or rely on the AI and your command to control them.
I did all the programming in this game using DarkBASIC Professional, and did all 3D models using 3DS Max, and most UI and texture work using Photoshop.
Judges: "The game play at first has a bit of a learning curve. A stronger manual would have helped greatly, but once understood this is a very professional feeling game, with only a few flaws. You can play the game RTS style or take direct control of a ship in your fleet. You can research new technologies, build new ships and capture new systems. The more you have, the more resources are mined from the planet.
These are the cleanest graphics I've seen in the whole competition - high resolution, no lagged edges, no compression marks. The models are simple yet effective; the Star Wars style firing works well. This is a great example of how good art and media really improves a game.
The shaders are deployed very well. They are not overly in-your-face, rather subtle enhancements of the existing graphics. They are a great example of how shaders should be deployed in a game. The sound and music work well together, creating the classic feel associated with space games of this type. This is a very polished game. With more development and extra features, I can see this game hitting the shelves. Perhaps some story and character interaction would help aid this game further.
In Conclusion
An excellent game and a powerful example of what DarkBASIC Professional can achieve with good solid media behind it."
This was a game I entered into the PhysX competition, hosted by The Game Creators. I won 1st place.
The theme of the competition was to make something showcasing the PhysX physics system. I decided to make a physics sandbox, set on an island that was being invaded by aliens. In my game you could place all kinds of physics props, aliens, and humans, and watch them all battle it out.
All programming was done by me, using DarkBASIC Professional.
All shaders were written by me, using HLSL.
Most 3D models were made by me, using 3DS Max.
All UI and some model textures were made by me, using Photoshop.
Judges: "To the victor goes the spoils, and Carlos walks away with the grand prize for a truly excellent all singing, all dancing demo. Sit back and watch it, or get involved interactively. The demo is set on an island paradise, in which you can conjure physics objects all day long. Rain from the sky using real fluids, soft and rigid bodies abound, cloth spawned like magic and everything in between. Do not be surprised if you get carried away creating lots of scenarios to play out on your very own physics island. The visuals are awesome, the help a welcome addition and the whole experience really speaks about the emerging fun to be had with physics."
This is a game I entered into the PhysX competition, hosted by The Game Creators. I won 1st place.
The theme of the competition was to make a game using the PhysX physics engine. I decided to make a vertically scrolling helicopter shoot-em-up, where all the enemies and level props used physics.
Although hard to see, this game features mesh deformation, where the enemy tanks and car props deform as you attack them. It also features basic buoyancy as things fall into the water, a custom particle system, custom UI, and much more.
I did all the programming for this game using DarkBASIC Professional, I made all of the 3D models, and much of the 2D and UI artwork too.
Most 3D models were made by me, using 3DS Max.
All UI and some model textures were made by me, using Photoshop.
Judges: "The team behind Paradox have done an exceptional job with their game. Right from the start it has a very good feel about it. The menu system looks very slick and once in the game the action is non stop. You pilot a helicopter and have to navigate over an area that is packed full of tanks and other enemy machinery that are hell bent on causing your destruction. You have to react quickly and move around fast to avoid getting hit while at the same time trying to take down the enemy.
There's a lot of detail in this game from the impressive looking water which splashes when fired at, all the objects on the bridge below you such as barrels which you can use to your advantage as they can be blown up and much more. All of this contributes to a fun, addictive game and so far it's been the best use of Dark Physics that we've seen."
Lee Bambers Review: "This game has all the tick boxes checked, a polished game and no mistake. With a little work on the difficulty curve, this could be quite an addictive game. Getting the new players into the action slowly, with fewer, larger, weaker targets would encourage level progression, and a series of warnings when health is low plus the ability to 'collect' health will sustain lastability. A top effort!"
This game was originally made for the Puzzle Competition, hosted by The Game Creators. I won 1st place, and this was the first time one of my games won a programming contest.
This game was made using DarkBASIC. I did all programming, and all artwork.
I have since re-written this game numerous times, in: DarkBASIC Professional, DarkGDK (C++), Irrlicht (C++), OGRE 3D (C++), and Unity (C#).
This was one of the first games I completed.
It was made for and entered into the Alienware programming competition hosted by The Game Creators. I won 10th place!
The theme of this competition was to make any game, as long as it featured the alien model they provided.
In my game, I used the alien as your companion that helps attack enemies, and gives you some dialogue. I didn't think too hard about what to use the alien model for because I just wanted to implement lots of cool guns and effects.
I did all the programming for this game, using DarkBASIC.
Besides the one alien model, I did all 3D art and level design for this game using Milkshape 3D.
For the guns and aliens, I did all the 2D art using PaintShop Pro.
Judges:"Out of all the FPS style games submitted for this competition, we have to admit that the controls and smoothness of Operation Genocide means it was easily the best of that genre. The collision is perfectly smooth, the guns are great - extremely well modelled with punchy sound effects, shell casing ejection and they just all look the part. There are loads of them too, from Uzi's to sniper rifles. We aren't really sure of the plot, but you start the game on the surface of a planet with a hologram of an alien."
Before learning programming I learned 3D modelling, UV mapping, and texturing. Here's a selection of some of those models! As you can see, I liked hard surface modelling. Any time I attempted anything organic it ended up looking like it was melted in the microwave first.