/Online-Nim

Online nim game.

Primary LanguageC++Creative Commons Attribution 4.0 InternationalCC-BY-4.0

Online Nim

badge-lastcommit badge-openissues badge-license badge-contributors badge-codesize

Useful links

What is Online Nim?

Online Nim is an online version of Nim.

Platforms

  • Cross-platform

Dependencies

Development

  • SFML
  • GoogleTest
  • CMake

Installation and usage

To build and install Supple Crystal from source you must follow the next steps:

  1. Prepare the external libraries:
    1. Get SFML 2.5.1.
      • You can look at how to get SFML here.
    2. Order the external libraries:
      1. Create a folder called extlibs in the root folder.
      2. Add the external libraries here. The minimal extlibs folder should look like this:
        | extlibs/
        |--- SFML-2.5.1/
        |------- bin/
        |------- include/
        |------- lib/
        
  2. Build Online-Nim:
    1. Fork the repository on GitHub.
    2. Go to your fork of the repository and copy the link to clone your repository.
    3. Go to Git on your local machine and use the command git clone (your link).
    4. Use CMake to generate makefiles from CMakelists.txt.
    5. Use the generated makefiles to build Online Nim.

After doing this, Online Nim should appear inside a folder in build/.

You can also install a precompiled version of Supple Crystal that comes ready to use.

Contributors

License

This work is licensed under a Creative Commons Attribution 4.0 International License.