Skip to content

andrsoze/gPng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gPng

Awesome gravity air shuffle puck for the c64

gPng is a Shufflepuck - Pong mashup for the c64, with some gravity effects added as an extra spice. It is written in c using the compiler cc65.

Building

  • Download and install cc65
  • Make sure make is installed and working as well
  • Clone this repository
  • Invoke make with 'make' in the root directory of the repository

This will use the standard cc65 makefile which will build all c files in the src directory. For instructions on how to use it, please look here. There is a second makefile in the src directory which I have used during development to build tests for specific parts of the game.

Running the game

To run the game you need an emulator such as Vice. After installing Vice, drag and drop the gPng.c64 which is produced in the build step into the Vice emulator to run the game.

Known issues

  • Several problems with the collision detection
  • The biggest being back side collision completely broken

Blog post about the game

If you want to know more about the project, I have written a blog post about it here.

About

Awesome gravity air shuffle puck for the c64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published