1.5.0 • Published 7 years ago

trits-core v1.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Trits Core

The trits-core npm package contains the TritsGame class which implements The Trits game rules.

How to install

To install this package, run

npm install trits-core

How to use

To use the TritsGame class in you code, add

var tritsGame = require("trits-core");

About The Trits Game

The Trits is a fully transparent, zero-sum and no house-edge casino game designed for the IOTA cryptocurrency. It can be played either by humans and machines. It aims to demonstrate the possibilities of the Tangle, while still being fun and thrill.

The game itself was conceived as a humble honor to the memory of John Forbes Nash Jr and is a cross-breed between a coin pusher and a fidget spinner.

At the beginning, there is a pile of coins in the middle of the spinner. The ultimate aim of the game is to disturb the spinner balance by placing a coin on the spinner arms. However, each coin placement is determined by a throw of a “three-sided dice”.

The spinner loses balance and flips when the number of coins on one side outnumbers the number of coins on any other arm by three. A loss of the spinner balance finishes the game immediately and determines the winning arm. If you had at least one of your coins placed on one winning arm, you are among the winners.

But of course, there is a gotcha. One of the arms belongs to the "evil" Bank and when this arm happens to be the winning arm, the Bank takes it all. The good news is – the Bank uses it solely for funding new games in the future. In other words, the Bank just looks after the progressive jackpot, so you can always have a chance to win back what you might have lost.

Game rules

Some terms explained first:

Bank – the treasurer of coins lost in previous games, used mostly for adding a bonus to each game. The Bank never participates in the games as a player itself, but it can seed new games.

Initiator (Seeder) – is the player who started the game by placing the first coin

Coin – a single token used in the game

Nominal – the nominal value of one coin in IOTAs. The nominal is set at the very beginning of each game by the amount of IOTAs sent with the first transaction

Total – the total value of all the coins on the table.

Spinner arms – the spinner has three arms (as spinners do) marked by letters F (first), S (second), G (gotcha) and the center marked by I (initial). The G arm belongs to the Bank.

The winning arm – the spinner arm on which the last coin in the game has been placed

Winners – the players who have placed at least one coin on the winning arm

The Winner – the player who has placed the last coin on the winning arm

Game address – each game has a unique IOTA address.

Staring the game

Anybody can start (seed) the game by placing a single coin in the middle (i.e. sending the first IOTA transaction to the empty game address). This sets the nominal and starts the game. The coin will be placed on the I spot in the middle.

Bonus

The moment a new game is seeded, the bank is obliged to hexatruple (i.e. put another five coins) on the I spot. This happens always, unless the Bank balance is too low. The Bank balance is publicly announced.

Playing the game

You play the game by throwing your coins into it (i.e. sending the IOTA transaction with the same nominal value to the game address). The game runs until the difference between the sides with the lowest and highest number of coins reaches exactly 3 (three) coins.

Finishing the game

The game is finished at the very moment the last coin which causes the 3-coin difference is placed on the spinner. The side on which the last coin has been placed determines the winning arm.

Note: A game can come to an end also by expiring – games not finished within 24 hours will expire and all the transactions are fully reimbursed.

Distributing the winnings

1) If the winning arm is G, the entire total goes to the Bank

2) If the winning side is F or S, 3 coins (a triple !) are send back to the game seeder.

3) The total* of what is left on the table after 1) and 2) is distributed according to the following rules:

  • All the coins put on the winning side by the winners are reimbursed
  • The rest goes to the winner

*4) When the total is not divisible, the modulo goes to the Bank

The Bank and the Dashboard

The Trits game is fully transparent - meaning that each game can be completely backtracked by inspecting the IOTA Tangle. The random “three sided dice throw” results are in fact derived deterministically from the Tangle actual state, thus using the Tangle as a kind of pseudo-random number generator with a history.

The Bank maintains the incentives – it keeps the game going. It’s not there to make a profit.

There are always 23 (John Nash's favourite prime number) tables named after biggest cities on which the Trits game can be played, and their status is displayed on the public dashboard. The 24th called Atlanta is a sandbox. The Bank’s role is to keep them all active, if possible, by seeding new games and adding the bonus to thenewly seeded games.

Good Luck

Your odds of winning in The Trits game are equal to the theoretical maximum. The house edge is practically 0%, while the wins at the individual games are reasonably high. Even if you loose, the money is not lost forever, as it can always be won back in future games.

If you have to gamble, this is your safest home.

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago