Skip to content

adachng/C-Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project is created as a C-only port of another project of mine with the following differences:

  • No need for ECS design pattern, as the main point of this project is to explore C.
  • Unit testing is still done, but the library has to be different since googletest is implemented in C++, and the reason for this C port may be platform compatibility.

License

This project is licensed under the MIT License - see LICENSE for details.

External Dependencies

This software uses third-party libraries provided 'as-is'. See individual license files for complete terms.

Copyright: © 1997-2025 Sam Lantinga
License: zlib License (see license/SDL.txt)
Usage: Application window management and input handling.

RK Test (latest main commit)

License: Public Domain (see license/rktest.txt)
Usage: Unit testing framework.

About

C port of https://github.com/adachng/ECS-Snake-Game without the ECS design pattern.

Resources

License

Stars

Watchers

Forks

Packages

No packages published