nibblebits / Chip8InCCourse

This repository has been created for the Chip8 in C programming course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8InCCourse

This repository has been created for the Chip8 in C programming course which can be found here: https://dragonzap.com/course/creating-an-emulator-in-c Follow the guide and learn how to make this from the ground up

Course Description

In this fantastic course you will learn how to create your very own emulator for the Chip-8 in the C programming language. The Chip-8 is a virtual machine from the mid 1970s designed to make game development easier.

This course is great for anyone who has programming experience and would love to create an emulator but just does not know where to start or has attempted to do it but ran into problems

You are taken through every step of emulator creation, throughout this course we start by setting up our project, then we start writing code to emulate the display and keyboard from the era. We soon move to simulating the entire Chip-8 instruction set.

After you complete this course you will have a fully functioning Chip-8 emulator that can run space invaders, pong and many other classic games.

About

This repository has been created for the Chip8 in C programming course


Languages

Language:C 99.4%Language:Objective-C 0.6%Language:Makefile 0.1%