mad4j / c64-goblin

C64 remake of Compute! Goblin by Dan Goff

Home Page:https://mad4j.github.io/c64-goblin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goblin RELOADED

C64 remake of Compute! Goblin (by Dan Goff) using:

Game-play example

reloaded gameply

Original source from Compute! Magazine

original screenshot

Reduced startup time

Only digit chars are copied from ROM map (80 instead of 2048 bytes)

Improved code readabilty

  • Code identation
  • Subroutines
  • List Zones

Goals

  • more readable code
    • comment usage
    • constant name
    • loop indentation
  • better performances
    • better startup time
  • enhanched graphics
    • add colors to gamefield
    • add graphic titles
    • modified goblin sprite
  • improved game experience
    • allow more side steps
    • penalities

About

C64 remake of Compute! Goblin by Dan Goff

https://mad4j.github.io/c64-goblin/


Languages

Language:JavaScript 93.6%Language:VBA 4.9%Language:HTML 1.5%