Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 563 Bytes

GameECS

It is simple 2D game written in C++ with:

  • ECS - Entity-Component-System header-only type-safe entity component system library.
  • SFML - Simple and Fast Multimedia Library

This has been tested on the following compilers:

  • Visual Studio 2017 on Windows 10(x64)
  • Microsoft (R) C/C++ version 19.16.27030.1 for x64

Contributions are welcome! Submit a pull request, or if you find a problem (or have a feature request) make a new issue!

Simple GamePlay