Skip to content

akadroid/Chippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chippy

chippy

Chip-8 Emulator written in C
Uses raylib for graphics, key presses, and audio
Binary compiled with Visual Studio 2022

To build with CMake:

  1. Install raylib
  2. Run: cmake -B build
  3. Run: cmake --build build

License

This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.

Copyright (c) 2023 Danny Huynh (akadroid)