Giter VIP home page Giter VIP logo

Surakarta Game

A cheese game, 'surakarta', implementing requirements in https://github.com/panjd123/Surakarta

Install

On Windows, you can download the latest release from here.

On Debian or Ubuntu, you can use the following commands to install this game:

sudo update
sudo apt install qt6-base-dev libglx-dev libgl1-mesa-dev
git clone https://github.com/surakarta-game/surakarta-game.git --recursive
cd surakarta-game
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
cmake --build . -j
sudo cmake --install .

and then you can use command surakarta-game to play!

On other GNU/Linux distributions or other OS such as MacOS, you need to install Qt6 and use cmake to build this project.

Development

We recommend you to use VSCode and Qt Designer to develop this project, since clang-tidy is supported better by VSCode than by Qt Creator.

You must clone this repository recursively, because you need to download dependencies:

git clone https://github.com/surakarta-game/surakarta-game.git --recursive

Acknowledgements

Our github action workflow for building for windows is based on this repository. Thanks to eyllanesc for sharing it!

surakarta-game's Projects

network-framework icon network-framework

A modern network framework that is compatible with the protocol in https://github.com/panjd123/Surakarta/tree/main/network/src

surakarta-game icon surakarta-game

A cheese game, 'surakarta', implementing requirements in https://github.com/panjd123/Surakarta

surakarta-network icon surakarta-network

Network support for surakarta game (https://github.com/surakarta-game/surakarta-game)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.