-
- C
-
- A betting game with 1000 people participating is simulated.
- Information of each user name_surname#total_balance#_rate_put on the table_rate#estimated_number e.g. Formatted as (Rafaela Carroll#79289.71#0.89#1). And they are located one under the other in a txt document.
- The table generates a winning number for each round. These numbers are pre-generated and placed one under the other in a txt document.
- Lucky numbers are between 1-10
- If players guess the winning number on the table correctly, they win 10 times their deposit. Otherwise, they will lose the money they invested.
- Players must bet at the rate they determined at the beginning of the game, that is, the bet amount must be equal to (total balance * rate placed on the table).
- The game lasts 278 rounds. No player may leave the table before 278 rounds. If he leaves, the total liquid assets on the table go to the cash register.
- A player whose balance falls below $1000 is automatically eliminated.
- The table balance may go negative from time to time.
- If the table balance is negative at the end of 278 rounds, the balance of the winning players will be covered by the Relevant Institution.
- All players are in competition with the table. They have no connection other than being in the same game.
-
- C
-
- 1000 Kişinin katıldığı bir bahis oyunu simüle edilmiştir.
- Her kullancının bilgisi ad_soyad#toplam_bakiye#masaya_konan_oran#tahmin_edilen_sayi örn. (Rafaela Carroll#79289.71#0.89#1) şeklinde formatlanmıştır. Ve bir txt belgesinin içinde alt alta bulunmaktadır.
- Masa her tur için kazanan bir sayıyı oluşturur. Bu sayılar önceden oluşturulmuş ve bir txt belgesinin içinde alt alta bulunmaktadır.
- Şanslı sayılar 1-10 arasındadır
- Oyuncular masadaki kazanan sayıyı doğru tahmin ederse, yatırdıkları paranın 10 katını kazanır. Aksi halde yatırdıkları parayı kaybederler.
- Oyuncular oyunun başında belirledikleri oran kadar bahis yapmaladırlar, yani bahis miktarı (toplam_bakiye * masaya_konan_oran) kadar olmalıdır.
- Oyun 278 tur sürmektedir. 278 turdan önce hiçbir oyuncu masadan ayrılamaz. Eğer ayrılırsa masadaki toplam likid varlığı kasaya geçer.
- Bakiyesi 1000 doların altına düşen oyuncu otomatik olarak elenir.
- Masa bakiyesi zaman zaman eksiye düşebilir.
- 278 turun sonunda masa bakiyesi eksideyse kazanan oyuncuların bakiyesi İlgili-Kurum tarafından karşılanır.
- Tüm oyuncular masa ile rekabet halindedir. Aynı oyunda olmaları dışında bir bağlantıları yoktur.