Mini Pool game for two players

Dependencies:   PokittoLib

/media/uploads/Pokitto/minipool.bin.1.gif

This is a small, fully documented Mini Pool game for 2 players intended as a programming tutorial

Committer:
Pokitto
Date:
Fri Oct 12 17:09:04 2018 +0000
Revision:
0:1850dcae680f
initial

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 0:1850dcae680f 1 /* This is an example of how to set your own project settings
Pokitto 0:1850dcae680f 2
Pokitto 0:1850dcae680f 3 To use
Pokitto 0:1850dcae680f 4
Pokitto 0:1850dcae680f 5 1. make a copy of this file by pressing right mouse button on top of this file
Pokitto 0:1850dcae680f 6 in the mbed online compiler, then choose "Clone"
Pokitto 0:1850dcae680f 7
Pokitto 0:1850dcae680f 8 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder
Pokitto 0:1850dcae680f 9 Drag & drop to move if needed
Pokitto 0:1850dcae680f 10
Pokitto 0:1850dcae680f 11 3. rename the clone to "My_settings.h"
Pokitto 0:1850dcae680f 12
Pokitto 0:1850dcae680f 13 */
Pokitto 0:1850dcae680f 14
Pokitto 0:1850dcae680f 15 #define PROJ_HIRES 0
Pokitto 0:1850dcae680f 16 #define PROJ_ENABLE_SOUND 0