Whoever said data science is boring? This repository contains a series of attempts to play computer games in the R Language for statistical computing.
These games were text-based games or simple graphical games. I like to relive these days by occasionally translating some of these classics into the R language.
R Games are perhaps not as exciting as their commercial counterparts as this language has limited facilities for live action. This series of articles attempts to relive some of the magic or early computer games by creatively using the capabilities of this language.
- Tenliner Case Adventure: Miniature adventure game.
- Secret of Landusia: A classic text adventure, written in modular and extensible code.
- Creepy Computer Games: Celebrate Halloween with a computer game. Can you find your way out of the hunted cemetery?
- Tic Tac Toe: Unbeatable minimax algorithm playing noughts and crosses.
- Pong: An attempt to play arcade games in R.
Have fun!