asperge Posted May 29, 2015 Share Posted May 29, 2015 Project description :Son of blagger is a platform game made in 1983 for the commodore 64. It was written by Anthony Crowther (c.f http://www.the-commodore-zone.com/articlelive/articles/12/1/Tony-Crowther/Page1.html)Anthony Crowther was a famous programmer at that time, as very often he was writing alone his games (doing programming, graphics and music). He was also a very prolific programmer, as he could write games in a few weeks. I was a fan of Anthony Crowther and i decided to make a remake of 'Son of blagger'.As i wanted the remake to look and behave as much as possible as the original game, i spent a lot of time doing reverse engineering of the C64 executable. I updated the graphics by smoothing them and adding light and shadow effects. This is the first trime i tried to program a game.Gameplay:The goal of the player on each level is manipulate Blagger, a burglar, to collect the scattered keys and then reach the safe. The keys must be collected and the safe opened in a set amount of time. Blagger can walk either left or right, or jump left or right. He must avoid monster and deadly objects.Keys :Left and right arrows to move and space to jump.The player can't make 'double jumps', except if he is on a slide. Beyond a given distance, the falls are deadly, except if he is on a slide. You can play the game here: http://egofree71.github.io/son-of-blagger-with-javascript/ Source code : https://github.com/egofree71/son-of-blagger-with-javascript Quote Link to comment Share on other sites More sharing options...
asperge Posted August 15, 2015 Author Share Posted August 15, 2015 In order to share the source code in a convenient way, i uploaded the project on github. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.