Skip to content

J-PTRson/Scifighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scifighter

This package is the result of me experimenting with R packages during the "Reproducible Research with R Packages" course provided by the eScience Center Digital Skills Programme.

Scifighter is a science battle game which runs inside your IDE (rstudio) inspired by pokemon.

Install

This is an R package. R is required, RStudio is recommended. The easiest way to install this package is to install it using devtools. If you don't already have devtools installed run:

install.packages("devtools")  
devtools::install_github("J-PTRson/Scifighter", build_vignettes = TRUE)

After installing, attach the package in r using:

library(Scifighter)

Now you are ready to go!

Basic usage

Once you have loaded the library run the following command to start the game:

gamestart()

If you're having audio issues, then you can disable sound using:

gamestart(nosound=TRUE)

Have fun!

About

Scifighter is a experimental science battle game which runs inside your IDE

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages