games

Internet Archive Handheld History Collection

The Internet Archive has launched a Handheld History Collection filled with about 60 emulated versions of retro handheld games to take you back to the long car rides of your childhood. Archived games include Tiger Electronics’ Mortal Kombat, Bandai’s Burger Time, and Parker Brothers’ mini tabletop version of Q*bert, all of which can be played directly from your browser. MAME developers have classified over 200 games as “handheld,” so if you don’t see your favourite game on the list, be patient because more games will be added soon.

Archivist Jason Scott outlined the emulation process of LCD, VFD, and LED-based games to MAME, and the thoughtful consideration that goes on behind determining which games need to be preserved for posterity. Though it’s possible to read the chips of a circuit board without destroying the original machine, some LCD games have to be taken completely apart to extract all the information.

Though the physicality of holding and playing games on the plastic hardware makes for the most authentic experience, destroying one handheld so it can be played by future generations online still a necessary sacrifice in order to preserve gaming history. The Handheld History collection is a welcome addition to the Internet Archive’s already excellent lineup of archived games, including MS-DOS and classic console games from Atari and ColecoVision.

Source: The Verge

My comments

Really excited to see one of my all time favourite handhelds here from when I was a kid. No idea what it was called but the colour screen blew me away when I first saw and I spent all the money I had at the time on it. It seems to be called Heiankyo Alien (Gakken). Played it so much it used to send my brain loopy. Some would say the damage was irreversible. See the first attempt at my own little game development attempt for evidence of the earlier statement.

Internet Archive Handheld History Collection Read More »

Old School Video Games Birthday Cake

Well I’m a little older again. Thank you to everyone who celebrated with me. Of course there can’t be a Birthday without Birthday cake.

My talented sister flexed her baking skills yet again and came up with a great old school video games cake. On top of course is Pong (the one that started it all) along with Tetris, Space Invaders and Pac-Man. It even tasted nice. Chocolate cream sponge yum.

WP_20160131_001 WP_20160131_002 WP_20160131_003 WP_20160131_004 WP_20160131_005

Old School Video Games Birthday Cake Read More »

HoloLens Is And Isn’t Xbox One’s Answer To PlayStation 4’s Virtual Reality Headset

Microsoft’s Xbox lead Phil Spencer about virtual reality headsets. “For us, I think this is the area,” Spencer told a group of interviewers at yesterday’s Windows 10 event. He was responding to whether there’s also a virtual reality headset in the works at Microsoft, just an hour after the company unveiled HoloLens: a “mixed reality” headset that enables the wearer to see holograms in real life.

Microsoft+HoloLens+RGB2

For Spencer, HoloLens is both Microsoft’s alternate answer to the recent virtual reality explosion and a potential answer to Sony’s Project Morpheus headset — a VR peripheral that works with the PlayStation 4, where HoloLens could work with the Xbox One. “It’s very cool. To me there’s not a successful consumer electronics device on the planet where gaming is not a primary form of app category on the thing,” Spencer said. There’s even a “Minecraft-inspired” demo — which answers that question — for HoloLens that shows the implications of gaming with holograms. But no demo showed the headset working with the Xbox One in any capacity. Spencer instead talked around that possibility:

“I think gaming will be important. Specific scenarios with the Xbox, we’re thinking hard about. People could ask about streaming solutions. Could I use it as a display for my Xbox? We don’t have answers to any of those things, but know it’s all part of the same organization.”

And that’s why I say HoloLens both is and isn’t an answer to Sony’s Project Morpheus, or the Oculus Rift, or even Samsung’s Gear VR. It’s similarly impressive, and head-mounted, and even delivers some similar experiences, but it’s not virtual reality and it’s not a head-mounted display. It’s… something else.

HoloLens Is And Isn’t Xbox One’s Answer To PlayStation 4’s Virtual Reality Headset Read More »

The Story of Logger – My First Game

Updated 14th July 2022. And again 15th July 2022 and well, a few more times 🙂

Logger - VIC20 - screen shot

It seems we have come along way in what seems a short amount of time. Actually its a lot longer than I care to think about. Now a days I spend my time knee-deep in databases and data entry forms and lets not forget, reports. Data, data, data. But there was a time when such things were the last thing on my mind. Dare I say it something much more frivolous and fun. Games. Back when people were writing software in their bedrooms (we weren’t called developers then) and games weren’t  multi-million pound productions with hundreds of people working on them. For the record I didn’t have my first computer in the bedroom. It was for the whole family and used the TV in the front room. It was a Commodore VIC-20. Which later was upgraded to a Commodore 64 and then an Amiga 1000.

Writing My First Game

But writing code has always been fun and I had to have a go at my favourite arcade game of the time, Donkey Kong. I never got very far playing on it. It’s still pretty damn hard when I try playing it with MAME. But its only got 4 levels so they’re not going to let you do it quickly. I had already got one game coded on the VIC-20. A breakout clone. Even managed to sell a copy of it to a friend. Actually he wanted to buy it. There was definitely a shortage of good quality games at the time. If I remember correctly it would only get every brick if I allowed the ball to go through a wall once or twice. Certainly made it interesting to play.

Commodore VIC-20. If it was good enough for William Shatner it was good enough for us future developers

Wanting to do better next time I aimed higher. This time I had designed a new font for the game. This was essential for a VIC-20 game as custom fonts were used to display graphics. The Mario like character, the Kong character, platform, everything, was a character in a font or made of several characters. That meant I could use that font designer we typed in from a listing in Compute magazine. Of course we typed it in. There was no Internet, we couldn’t download it. There was nowhere to download it from. Program source code was printed in magazines and people had to type it in. Of course they had to make sure they typed it in correctly, or they would be playing an entirely different kind of game. A bug hunting one. A lot more frustrating and not nearly as much fun. Some of those listings were hexadecimal assembly code. They even had special software to make typing that in that bit easier. But you had to type those in first of course.

Just as Much Fun Designing It

I liked the designing graphics part. That was definitely fun for me, and it made the creation of the code to make them move about the screen more interesting. After all what would you rather watch, a funny little man running around the screen or the letters “A” and “B”. As we were moving characters or symbols around the screen this wasn’t smooth pixel movement. This was move a graphic 8 pixels a time for every step. But hey those were the days. Moving graphics around the screen a pixel at a time was more complicated for the old VIC-20. It could be done but that meant manipulating the custom font in real-time to map a graphic to a set number of characters. This meant some very clever code in assembler.

I wasn’t quiet at the stage yet. But I didn’t let it stop me from going ahead and coding my version of Donkey Kong. Of course I couldn’t call it that. So I came up with the name Logger. After all those do look like logs rolling down the platforms. It didn’t seem long at all before I had a working game written in BASIC that only had one screen and only one log-rolling at once. But it worked and it was only my second attempt at coding. So I was quite proud.

To see what I looked like see my other post when someone put it on YouTube .

Getting Published

Around this time a new magazine had started to be published in the UK called “Computer and Video Games“. Or C&VG for short. As there weren’t a great deal of games to review they, like other magazines, published the source code of games for the readers to type in and, cross their fingers and, hope it worked. I thought why not send mine in. A month or so later I received a copy of the magazine in the post and a cheque for 10 pounds. Much boasting to my college friends followed. Can’t remember if they were impressed or not.

Why this trip down a very long memory lane? The guilty confession is something that you are probably guilty of. Googling yourself. You haven’t done that? Really? Of course not. Lower down my search results was something I hadn’t seen for sometime. Site’s have catalogued nearly every game you can think of. This particular site (GB64) had not found “Logger” in the magazine, but in a book. As apparently it had been collected with many others and reprinted. They even had a screenshot. How about that. You can even download it from here. Well, it saves you from having to type it in.

Update. I have since found another link to the listing as featured in Computer & Video Games magazine. It can be found at VIC-20 listings. The issue they state that Logger was in Issue 18 (Apr 1983), pages 64-67. They even have a link to a download and a screen capture of the original VIC-20 version. Also it reminded me that a 3KB memory expansion card was necessary. Must be all those custom graphics.

How are they doing that?
Doing it the old fashioned way!

Update!

Seems that Logger made it onto the TRS-80. As the this link shows. Taken from the same code as the C64 version but with the font data removed. It would be interesting to see how that looks as there are no screen pictures in the book. The publisher is Haynes which I think must be connected with the published of “Getting Ahead: Fantastic Games for the Vic 20” which also published “Logger”. I wasn’t notified about it being published in either book at any time and received no payments for this. But at least they did leave my name attached.

Another Update

Then in another search another Logger video appears. This time it is from Youtuber Jim Gerrie. Who seems to have typed in the code and made a video from the game. It is in wonderful ASCII animation. Whoever it was that did this conversion did a very good job of it, added some nice little touches too. They should have their name attached to this as well. See the video below. Please Jim a like and subscribe to his channel (I have) for his hard work and dedication.

The Story of Logger – My First Game Read More »