Search
Sections
System
Sort
Date
723 results 0 1 2 3 ... 24 25 (26) Prev
23rd January 2009
I've had it in my desk's cupboard for years.
I bought the game not long after my original Playstation broke, thinking I'd pick up a PSX cheap somewhere..
I never did.
And, I never bought a PS2, or a PSP, or PS3, or anything else that could play it.
Views 26, Upvotes 5  
Daily Blog
15th January 2009
I've said on other forums that this year will be my Xbox Live year.
That I'd take the time to learn how XNA should work, and eventually build things up so they work nice and happily.
Unfortunately, my coding's stuck in the 80's&90's, and I can't get out of my "horrible" Basic habits.
Well, other folk call them "Horrible" habits, but honestly, I just see most Basic commands as common sense.
Views 40, Upvotes 11  
Daily Blog
2008... Blog
22nd December 2008
( border="0"><tr><td>Blimey!
What a year, eh!
I decided to round off the year with a nice big, old fashioned list, with everything in it.
Except this doesn't have everything in it, because I've forgotten to add the DS games.. I'll do that later!! (Took me about 3 hours to do this, so I'm not going to tweak it, now!!)
Views 31, Upvotes 8  
Daily Blog
14th December 2008

Sometimes Copy and Paste works..


Having finally put the nice simple swooshy spawning sound back into the game, and got a couple of nice test levels up and running, and inside the scoreboard, and then got the whole "Nth position on the online scoreboard" display going, I decided to move onto more pressing matters.
I already copy and pasted most of the control scheme stuff early on in the project, so to help give the game a little consistency, and so as not to have to recode the whole th...
Views 51, Upvotes 12  
Daily Blog
9th December 2008
I didn't get time to fix this up properly last night, or this morning, either.. Blame Alien Deathmatch!
So, this week's game is exactly as it was yesterday, when posted over at Socoder.
Wednesday Workshop #180 asked us to create a Darts game, so here's a quickly made one.
A target is written on the scoreboard, and with your three darts, you have to try to get as close to that target as you can.
Views 90, Upvotes 12  
Release
Dart Gets Game
9th December 2008
Views 1685, Upvotes 22  
Incomplete , Sports
8th December 2008
Folk who previously visited my DSBrew site will now find themselves plonked into this site.
This is AGameAWeek, and here I write a game a week! Just as it says!
I opened up my own little DSBrew site a while back, and started cataloguing DS games, but soon realised that keeping a DS Homebrew catalogue + writing a game a week didn't really work that well together, so DSBrew got left behind.
Up until today I've left it be, rotting away in an unused corner of the internet..
But.. There ...
Views 85, Upvotes 11  
Daily Blog
4th December 2008
<a href="https://socoder.net/uploads/1/ad2_shot011.png"><img src="https://socoder.net/uploads/1/ad2_shot011_thumb.png"></a>
It's getting there! Slowly but surely.
I got the levels to doodle themselves, and everything swooshes around quite nicely (if a little blocky!)
I've had to implement a menu buffer image to keep the speed up (even if it is still a teensy bit slow) but everything's looking good for the menu.
At this point, I'll probably have a "H...
Views 44, Upvotes 7  
Daily Blog
26th November 2008
Today's work has been mostly of the external variety.
First off, compressing a level..
I'm taking 160x160 pixels, each one being around about 16 different colors (give or take, depending on what walls/floors/etc I bother to add.) and trying to bundle them up into a teensy tiny bit of data.
To me, compression's a fun time, where you get to play with lots of fiddly numbers, and chaotic maths, just to get large things down to size.
Views 50, Upvotes 16  
Daily Blog
A lie!! Blog
23rd November 2008
Yesterday I said I'd be working on something else..
I didn't! Alien Deathmatch keeps dragging me back in
Today I played with the weapons a bit more, to try and get a nicer feel to all the different main weapons. I also messed about with Particles because unbelievably I'd forgotton to put the things in! Silly me!
After that, a teensy bit more Alien AI work, and some more background tweaks managed to keep me busy through most of today...
Views 53, Upvotes 15  
Daily Blog
20th November 2008
With random spawning added, and basic weapon upgrades up and running, the game's getting much more like a game, now.
<a href="https://socoder.net/uploads/1/ad2_shot007.png"><img src="https://socoder.net/uploads/1/ad2_shot007_thumb.png">
Basic Bog-Standard Arena</a>

Views 66, Upvotes 11  
Daily Blog
28th October 2008
Having headed back to Blitz3D (from BlitzMax, with it's annoying incompatibilities) I decided to make something quick and easy to test it out.
Snake!
With a 1 minute timer on it.
Get all the points you can, as fast as you can.
Views 84, Upvotes 15  
Release
7th October 2008
I spent most of this week rebuilding a few of my older games with the new Highscore stuff, so there's a couple of nice new-ish games to play.

First off, we've the 3rd version of Horizontal Shooter.. <a href="https://agameaweek.com/?Game=49">Get it here</a>. It's pretty much the same as ever, but with Mr Scouter from the original, thrown back in for good luck.
The new highscore method should help ward off nasty hackers from the scoreboard system.. Or at least for a...
Views 118, Upvotes 14  
Release
3rd October 2008
Dum-dum-durrrr..
Over at Socoder, someone (Naming no names.. he knows who he is..) figured out that the encryption on my Highscore system wasn't exactly the most foolproof of encryptions, and that it's fairly easy to hack in a few fake scores.
Can't have that!
So I worked my arse off, early this week, and a new encryption method has been successfully trialled and put into place. It's no super-amazing method either, but it oughta do for a while.
The extra workload has meant that I mi...
Views 77, Upvotes 17  
Daily Blog
30th September 2008
This week, I haven't entered the Wednesday Workshop. Instead I had a try at the Monthly one (#013), which asked us to create a game with lots of guns, and bullets and shootyness.
Since I'd already done a decent enough shooter the other day (H~S) I decided to try my hand at something a little different.
<a href="https://AGameAWeek.com/windev/sheriffmunky.png"><img src="https://AGameAWeek.com/windev/sheriffmunky_thumb.png"></a>

Views 94, Upvotes 11  
Release
21st August 2008
I'm not the type of person who usually does a lot of things! For starters, you'll probably notice that 99% of my games are locked to the refresh rate of your screen. If your screen's higher than 60hz, my games will run all that much faster.
The reason for that is that all my systems are set at 60, and.. to be honest, I tend to forget that other people's aren't!
Whenever a game relies 100% on framerates and specific timings, I'll more than likely bother to sort that out, but usually I'm onto th...
Views 224, Upvotes 14  
Daily Blog
22nd February 2008
Last year I drew some graphics!
A set of sprites and background tiles for a DS game based on the classic Alien Breed on the Amiga.
The plan fell apart soon after.
<img src="https://AGameAWeek.com/windev/adlogo.png">
Views 279, Upvotes 26  
Release
20th August 2007
Views 1707, Upvotes 25  
Incomplete , Sports
Workshop Blog
18th June 2007
I get bored. I get bored a lot. Especially when working on large projects. It's nice to occasionally have some weird random thing to do.
That's why I set up the Wednesday Workshop.
A weekly challenge. Make a game based upon a given theme, or task. Everyone who enters gets put through for a vote. But it's not really about the winning. It's about having something to do when you're bored. And .. I get bored a lot!
Click <a href="https://socoder.net/index.php?a=13&...
Views 159, Upvotes 25  
About , Workshop
JNKPlat Blog
18th June 2007
Platdude. A 16 pixel, 3 color character. Deftly defying the world of 3D models and amazing realism, in favour of good old fashioned gameplay.
Over the years, Platdude has been in plenty of games.. Here's an approximate history of Platdude, along with Downloads where appropriate. (Or skip to the bottom for the latest stuff!)

Views 362, Upvotes 23  
About , Platdude
12th December 2005
Views 1146, Upvotes 27  
Multiplayer , Board , Mario
723 results 0 1 2 3 ... 24 25 (26) Prev
Site credits : Jayenkai made this.
(c) Jayenkai 2023 and onwards, RSS feed

AGameAWeek - Games by Jayenkai