Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 662 Bytes

Game1

A personal experiment to learn how to do a game with Commodore 64

Purpose

This game is born as a personal experiment to learn C64 assembly language. The experiment covers:

  • charset redefinition
  • map draw
  • sprite definition (single and multicolor), draw and collision detection
  • joystick control.

More feature to come...

I've used CBM .prg Studio (download).

References