User Tools

Site Tools


base:game_programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
base:game_programming [2015-04-17 04:32] – external edit 127.0.0.1base:game_programming [2020-11-07 14:35] (current) – Avoid external links. CB64 is not meant to become a collection of links to elsewhere. ftc
Line 28: Line 28:
      * [[base:Simple parallax shifting|Simple parallax shifting]] - by Achim      * [[base:Simple parallax shifting|Simple parallax shifting]] - by Achim
      * [[base:Merge char bullets|Merge char bullets with background chars]] - by Achim      * [[base:Merge char bullets|Merge char bullets with background chars]] - by Achim
 +     * [[Character bullets]] - by Achim
 +
 ===== Sprites ===== ===== Sprites =====
 Sprites, aka hardware supported freely movable objects, are an essential part of most games. Sprites, aka hardware supported freely movable objects, are an essential part of most games.
Line 34: Line 36:
   * [[base:Sprite collision detection]] - Using individual sprite 'boxes' to detect sprite-sprite collisions - by Achim   * [[base:Sprite collision detection]] - Using individual sprite 'boxes' to detect sprite-sprite collisions - by Achim
   * [[base:Moving sprites]] - Sort sprite movement from updating VIC registers - by Achim   * [[base:Moving sprites]] - Sort sprite movement from updating VIC registers - by Achim
 +  * [[base:Sprite projectiles]] - moving sprite projectiles in any direction - by Achim
 ===== Various ===== ===== Various =====
  
   * [[High Score detection]] - By Richard Bayliss   * [[High Score detection]] - By Richard Bayliss
   * [[Guide to programming games]] -  An article about designing, writing and compressing your own C64 game - by Richard Bayliss   * [[Guide to programming games]] -  An article about designing, writing and compressing your own C64 game - by Richard Bayliss
-  * [[:Scoring points|Scoring points]] - by Achim+  * [[Scoring points|Scoring points]] - by Achim
 ===== Sources for games ===== ===== Sources for games =====
 Here are sources for a few small games. Here are sources for a few small games.
Line 61: Line 64:
  
   * [[http://dark-well.pwp.blueyonder.co.uk/|Dev Tools written in Dark Basic]] - by Malcolm Bamber   * [[http://dark-well.pwp.blueyonder.co.uk/|Dev Tools written in Dark Basic]] - by Malcolm Bamber
 +  * [[https://github.com/GeorgRottensteiner/C64Studio|C64 Studio Source Code]] - by Georg Rottensteiner
  
base/game_programming.1429237923.txt.gz · Last modified: 2015-10-07 22:10 (external edit)