-
This is an app consisting of four tiny games: Gomoku, R Snake, Mine Sweeper and R Flags.
-
This shiny app basically has the same content as the LittleGames R package. But changes were made in order to fit these games to a shiny app environment.
-
These four games were modified based on the original functions, which are attached in the individual files. There are also README files in individual folders that specify what changes we made to the original codes.
-
There are instructions for these games. You can read them once you open this app.
Whoever interested in playing games is more than welcome to use this app. Moreover, if you are interested in creating games in R plotform, please use this app, because we really need your suggestions and ideas, which you can send to this email.
Basically, every group member made/modified one or two games.
Wei Wang: R Snake, R Flags
Yimo Zhang: Gomoku, README.md
Bowei Wei: Mine Sweeper
-
There are five tabs in the main menu, “instruction”, “gomoku”, “r snake”, “mine sweeper” and “r flags”.
-
Click “instruction” to see how to play each game. You can use the submenu to see the instruction of a specific game.
- Click tab to play a specific game.
To make the codes neat, not a lot of comments were put in the combined version of app.R. But you can go through all the details in individual files, including all the functions and comments. We also make a package called LittleGames, you can scan that project to get more information.

