diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..307c784 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Pong + +This is my first attempt with [gint](https://gitea.planet-casio.com/Lephenixnoir/gint) creating an add-in for fx series casio calculators. + +## Controls + +Since this is a very simple game, controls are not included within the add-in. The controls are as following: + +### player 1 +4 - move up +1 - move down +5 - serve the ball +### player 2 +รท - move up +- - move down +x - serve the ball + +No score system has been added, yet the game will be played indefinitely. + +## Building + +I would recommend using [fxsdk](https://gitea.planet-casio.com/Lephenixnoir/fxsdk) to build this with the following: + +`fxsdk build-fx` +to build for fx series calculators. This should create the pong.g1a file, which you can then copy to your calculator. + + |