I am learning OOP using c++ on a MicroBit by developing this simple game
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:a21366e3261e | 2020-07-09 | ahmeou | (none) |
2:8f1130b99681 | 2020-07-08 | ahmeou | for the random number generator function of MicroBit to work properly the instance of MicroBit need to be initialized like: ubit.init() |
1:25f13b341b11 | 2020-07-08 | ahmeou | error was unbalanced parenthesis in bullet class, ; Fixed |
0:17bdfb0e7069 | 2020-07-08 | ahmeou | qualified name not allowed error happened after working fine; reason: unknown |