I am learning OOP using c++ on a MicroBit by developing this simple game

Dependencies:   microbit

gameEngine/module.json

Committer:
ahmeou
Date:
2020-07-08
Revision:
0:17bdfb0e7069
Child:
1:25f13b341b11

File content as of revision 0:17bdfb0e7069:

{
  "name": "game engine",
  "version": "1.0.0",
  "description": "A simple game engine for the MicroBit",
  "license": "MIT",
  "extraIncludes": [
    "inc"
  ],
  "targetDependencies": {}
}