I am learning OOP using c++ on a MicroBit by developing this simple game
History
2020-07-09, by ahmeou [Thu, 09 Jul 2020 06:04:17 +0000] rev 3
for the random number generator function of MicroBit to work properly the instance of MicroBit need to be initialized like: ubit.init()
2020-07-08, by ahmeou [Wed, 08 Jul 2020 17:48:31 +0000] rev 2
for the random number generator function of MicroBit to work properly the instance of MicroBit need to be initialized like: ubit.init()
error was unbalanced parenthesis in bullet class, ; Fixed
2020-07-08, by ahmeou [Wed, 08 Jul 2020 17:22:58 +0000] rev 1
error was unbalanced parenthesis in bullet class, ; Fixed
qualified name not allowed error happened after working fine; reason: unknown
2020-07-08, by ahmeou [Wed, 08 Jul 2020 16:35:55 +0000] rev 0
qualified name not allowed error happened after working fine; reason: unknown