Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 683 Bytes

c2dme - console 2d matrix engine

Why?

  • i was bored
  • every time I want to make a 2d array-based game, I find myself rewriting code I've written multiple times before, so this is here as a boilerplate for myself

Components

Run

The is a Makefile included, but it's been written for and on Windows, so no testing has been done on other operating systems.

  • Edit the 12th line of the Makefile with the desired sample
  • Run make
  • Run .\build\output.exe