Retro Video Game Night Is Back

Written by Adrian Killens on .

I'm going to be helping to organise another Retro Video Game Night at The Centre For Computing History on Friday 21st February 2014. We got some great feedback after the one we did last year and so we're doing it all again! Dean and myself will both be there and we'll hopefully have the latest version of Lunar Panda Deluxe available for you to play along along with everything else the museum has to offer.

There'll be a whole load of different games, consoles and computers for you to play on but if you're after something specific then feel free to get in touch and we'll see what we can do. Once again it's bring your own booze (so over 18s only) and a burger van is going to be parked outside.

BUY TICKETS

 

Crazy Horse Gaming Beta Playtest

Written by Adrian Killens on .

The guys over at Crazy Horse Gaming have kindly done a Playtest of Lunar Panda Deluxe as part of their Throwback Tuesday this week. We'd like to take this opportunity to thank them for helping us get the word out about Lunar Panda they've been extremely supportive of the whole thing and they even introduced us to the highly addictive world of Minecraft. Go and check their site out if you get a chance they've got some awesome content for gamers.

 

Lunar Panda Deluxe (Beta)

Written by Adrian Killens on .

After a lot of hard work we're finally at the stage where we have a fully playable game! We'll be releasing Lunar Panda Deluxe in the very near future but in the interim if you're interested in getting hold of a beta copy for the PC version then drop us an email at This email address is being protected from spambots. You need JavaScript enabled to view it. and we'll send you a free download link. We'd love to get your feedback and we'll even give you a free copy of the final game in return for your help.

ZX Spectrum and Palettizer Layer Effects

Written by Dean Edis on .

In our first article we covered how we can write a simplified Photoshop-style API for displaying multiple textures on the screen, and we have since extended the code to several extra features:

Adding Parallax scrolling to your XNA code
Adding video layers to your XNA code
Reporting performance statistics in your XNA code
Adding 2D Pixel Effects to Layers
Collection of Layer Effects

I was going to hold off on showing you any more pixel shaders, but I recently wrote one which seems cool enough to show you now!

One of our original ideas for a level in Lunar Panda was for Mr Panda to disappear down a ‘wormhole’ at some point, and enter a ‘retro’ universe. We’d change our screen art so it was pixellated and had a limited color palette, making it look like it would in the ‘old days’ of gaming.

Alas that was never implemented, and shelved for a future game, but that didn’t stop me from investigating whether we could automatically achieve this effect using a pixel shader. It turns out we can get pretty close!