User Tools

Site Tools


base:game_programming

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
base:game_programming [2015-10-07 22:10] – [Various] ftcbase: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 =====
  
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.1444248616.txt.gz · Last modified: 2015-10-07 22:10 by ftc