Welcome to


Main Dashboard
Welcome to the brand new C64Brain Dashboard. New stuff includes:
-
Revised Dashboard/Menus
-
New Download D64 Images Section
-
Help Guide
-
Assembly Sprite (Assembly source)
We are so glad you are here and welcome you! Feel free to scroll below to learn more or use the menus at the left or on mobile you can use the hamburger menu (three lines) at the top right corner usually.
If you get stuck also you can use the Help Guide, send a message with the form at the bottom of the page or join our Discord and get your questions answered. We are here for you! 🙂
The Commodore 64 Game Project has page by page walkthroughs and explanations of how the current project works. Stay tuned as I am posting videos that will provide a step by step guide to map design, scrolling the screen, sprites, animation, and much more. The goal of this membership is to empower you to create you own type of game.
Be sure to check out the new tutorial called C64 Spaced Out Demo based on an assembly language game I was working on in 2015 on YouTube.
The actual code for this game project can be viewed at the C64 Assembly Code Gallery and downloaded as well.
For those wanting to learn about programming Assembly Language Pro Members will have access to the Lessons area (Assembly language and Basic tutorials) and Basic Playground Premium will have access to the C64 Basic Playground and C64 Basic Marathon areas. Click on the picture boxes below to learn more.
More ways to connect with C64Brain! I welcome you to become part of our Discord community! Click below to sign up.
Upcoming Projects
Currently I am working on trying to get a VICE emulator working in here that runs in a browser. For now though I can include the link, but maybe later it could be embedded into a page. This should be helpful to those who can’t get the correct VICE version working to see the programs in the membership pages.
Shout out to OSK (Old Skool Coder) for this. Feel free to visit the OSK website. He has excellent content for the Commodore 64.
Real time VICE Emulator
To make the VICE Emulator window larger, click the menu Size and then select Fit. Seems to be the only work around for now. However now you have access to using the VICE emulator directly inside this website. If it stops working click on VICE Browser site to access it there or you can refresh the page.
You can then load up any program files (D64) you downloaded from this Membership site or your own computer and run them in the interactive VICE window. It’s pretty cool. Make sure to click inside the window first before typing in the code and running your own programs.
An an example type the code below and press enter to see a simple box move across the screen. You could even write your own Basic programs in here too! 🙂
POKE53269,1:POKE2040,255:POKE53249,100:FORX=0TO255:POKE53248,X:NEXT
Discord (2021) for C64 Brain

Facebook Community for C64 Brain

I created a Facebook page for my online members and new visitors. This Facebook page has been created to directly address your questions, get to know you, learn about your experience with the membership, and help me find a solution to providing content that fits your questions.
Active Blogs
Commodore 64 Fast Sprite
This is a short tutorial series for the Commodore 64 fast sprite. In it you will learn how sprite movement works. This is the best way to get started when you are writing your [...]
Beginners gaming in Machine Language
Beginners Gaming Guide in Machine Language Note: This book represents a smaller condensed version of the book "The Machine Language Book of the Commodore 64". I found this much more effective to revise [...]
C64 Basic Marathon Game Part 6
This part of the "Basic Marathon Game" will educate you on how to detect a sprite to background collision. This detection is important since by default the Commodore Rom does [...]
Commodore 64 Basic
Commodore 64 Basic Contributors Panel This page is devoted to all the Commodore 64 fans that love Basic programming. In here you will find a lot of cool Commodore 64 Basic programs, games, [...]
C64 PDF List
Assembly Language PDFs This page contains a list of some great Commodore 64 books. Click on the buttons below the images to view the whole book as a PDF. There are a lot [...]
Commodore 64 Games
Barbarian Publisher: Palace Software, 1987 Players: One or Two A single screen level in a line of Commodore 64 games where you confront enemies as you move right or left. You use a [...]