Skip to content

baozidai/Chip_8_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip_8_Simulator

This is a project I developed to practice C++ and review some foundational concepts.

This repository contains a Chip-8 emulator, which can partially pass the corax89's test ROM. The emulator displays results using the SDL2 library.

The result

Dependencies

  • SDL2
  • Compilation and testing were performed on Windows using Visual Studio 2022 only.

Chip_8_Simulator

这是我练习C++和复习一些基础知识而写的一个项目.

这个仓库实现了一个 Chip-8 模拟器, 它能够(部分)通过 corax89的测试ROM, 并通过SDL2库显示运行结果.

依赖

  • SDL2
  • 只在Windows平台上通过Visual Studio 2022进行了编译测试

About

I write this first for fun, second for training C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages