Giter VIP home page Giter VIP logo

cat_and_mushroom_game's Introduction

NES coding exploration

This is a project covering my exploration of coding 6502 assembly for the NES.

The goal isn't to produce a game, per se, but to hopefully learn to work with the NES architecture, tools for producing ROMS, etc. These little "lab sessions" should be accessible to anyone with some modest background in systems programming.

These are developed on KDE Neon (Linux), and the Makefile may not work for Windows.

You will need a copy of cc65 built and installed. My preferred emulator/debugger is fceux under Wine, and NOT the one under Linux, as their Windows release has a powerful set of debugging tools available. With them, you can inspect pattern and name tables!

Alternatively, I'd recommend mednafen, which on Ubuntu systems can be installed with a simple sudo apt-get install mednafen.

My latest example code will always live on the master branch. To see earlier demos/labs, please look at the labXX branches. Current ones include:

  • Lab 1: Hello World!
  • Lab 2: Drawing a background color
  • Lab 3: Pattern, name, and attribute tables

To build and run:

make
mednafen bin/<name_of_rom>.nes

cat_and_mushroom_game's People

Contributors

roadriverrail avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.