All Projects → deerportal → deerportal

deerportal / deerportal

Licence: other
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
QMake
1090 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
GLSL
2045 projects
TeX
3793 projects

Projects that are alternatives of or similar to deerportal

cards-over-lan
A Cards Against Humanity clone for LAN play. Works on desktop and mobile. Supports custom cards in multiple languages.
Stars: ✭ 45 (+45.16%)
Mutual labels:  multiplayer, card-game
arcomage-hd
Web-based, free and open source, remastered 3D clone of 3DO/NWC's 2000 card game Arcomage. 13 languages. Desktop or mobile Android iOS. Online or offline PWA. Against AI or Multiplayer (w/o server). 🧝👾🃏 (ts+react+redux+rxjs, CSS-based anim, WebRTC)
Stars: ✭ 55 (+77.42%)
Mutual labels:  multiplayer, card-game
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-19.35%)
Mutual labels:  board-game, multiplayer
uno-multiplayer
uno multiplayer web app game based on socket io and nodejs
Stars: ✭ 27 (-12.9%)
Mutual labels:  multiplayer, card-game
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (+1735.48%)
Mutual labels:  multiplayer, sfml
Carcassonne
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Stars: ✭ 70 (+125.81%)
Mutual labels:  board-game, multiplayer
rolling stock
A web app for the board game Rolling Stock
Stars: ✭ 14 (-54.84%)
Mutual labels:  board-game, card-game
SFML-utils
Some adds to SFML to build games
Stars: ✭ 21 (-32.26%)
Mutual labels:  sfml
AccessBattle
Free non-commercial implementation of the game "Rai-Net Access Battlers"
Stars: ✭ 15 (-51.61%)
Mutual labels:  board-game
sdk-for-unity-vr-starter-project
[Deprecated] SpatialOS SDK for Unity Virtual Reality Starter Project
Stars: ✭ 43 (+38.71%)
Mutual labels:  multiplayer
Bannerlord.Diplomacy
Bannerlord mod: War, peace, NAPs, alliances, civil wars, relationships, and interactions.
Stars: ✭ 27 (-12.9%)
Mutual labels:  singleplayer
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+196.77%)
Mutual labels:  multiplayer
shogi-pieces
Shogi (Japanese Chess) pieces and boards
Stars: ✭ 25 (-19.35%)
Mutual labels:  board-game
snake-server
Snake-Server is a pure Go implementation of the famous arcade game 🐍
Stars: ✭ 31 (+0%)
Mutual labels:  multiplayer
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (-41.94%)
Mutual labels:  board-game
EuNet
Peer to peer network solution for multiplayer games.
Stars: ✭ 109 (+251.61%)
Mutual labels:  multiplayer
react-native-multiplayer-starter
Your next multiplayer game starter using react-native
Stars: ✭ 27 (-12.9%)
Mutual labels:  multiplayer
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+70.97%)
Mutual labels:  board-game
NetMauMau
Server for the popular card game Mau Mau (similar to UNO®)
Stars: ✭ 16 (-48.39%)
Mutual labels:  multiplayer
deck.zone
A board game creation tool.
Stars: ✭ 19 (-38.71%)
Mutual labels:  board-game

Devcarpet {#mainpage}

presents

Deerportal

devcarpetBuild Status Build Status Ebert

DeerPortal MultiPlayer Mode

Deerportal is a open source (free as a speech, free as a beer) hybrid game which utilize board and card games mechanisms. World of the game is driven by four classical elemets along with Almighty Deer God.

Homepage: https://devcarpet.net/deerportal/

Collect the diamonds, execute actions on cards and survive the chaos of nature! Compete against 3 other players.

Features

  • 0-4 players mode
  • changing seasons
  • open source (zlib / cc-by 4.0)

SFML, Linux, OSX, Windows.

DeerPortal Game play

Installation

Compilation

Raspberry PI

You need to compile manually SFML from master with following switch:

-DSFML_OPENGL_ES=1

and then you can following Linux instructions below.

Linux / OSX

$ git clone https://github.com/deerportal/deerportal.git
$ cd deerportal
$ cmake .
$ make
$ sudo make install
$ ./DeerPortal
Debian

If you would like to see Deer Portal in Debian repositories, there is an opened bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826612 - please help :)

To make deb package locally:

$ git clone https://github.com/deerportal/deerportal.git
$ cd deerportal
$ fakeroot debian/rules binary

Binary download

In our releases section we are providing compiled binaries for Ubuntu (Trusty, Xenial) and Windows.

Snap install

sudo snap install deerportal --classic

Ubuntu apt repo

If you want to have an easy installation via system apt, add one of the folowing (depends on your distro) to your /etc/apt/sources.list, if you have Trusty 14.04

deb http://deb.devcarpet.net/ubuntu trusty main

or for Xenial 16.04

deb http://deb.devcarpet.net/ubuntu xenial main

and later:

sudo apt-get update
sudo apt-get install deerportal

Development windows builds

Developer documentation

Following doxygen api docs has been created using our Jenkins based Continous Integration:

Developed with Devcarpet platform.

SFML GAME

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].