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:
1:25f13b341b11
Parent:
0:17bdfb0e7069
Child:
3:a21366e3261e

File content as of revision 1:25f13b341b11:

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