Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Sandbox

Post History

60%
+1 −0
Sandbox Point Game KOTH

posted 3y ago by Quintec‭  ·  edited 3y ago by Quintec‭

#2: Post edited by user avatar Quintec‭ · 2020-11-23T20:03:17Z (over 3 years ago)
  • It's about time we have something other than code golf! KOTH time!
  • A small simple game to get things started.
  • # Rules/Procedure
  • Everyone starts each bracket with 100 _in-game_ points. In each round of the bracket, you play against an opponent. The only information you are given is your opponent's ID number and how many _in-game_ points they have. (And all other information you have stored up to that point.) You and your opponent each spend a number of _in-game_ points - higher number wins, and moves on in the bracket. You gain a number of _scoring_ points for each win inversely proportional to the number of people left in the bracket.
  • 100,000 (maybe 1 million) brackets will be played - the bot with the highest amount of _scoring_ points wins.
  • The game is written in Java. You can find the engine, a bot template, and a sample bot [here](https://drive.google.com/file/d/10hOyqaZ1gUXCMzwThbq1fdWS5Pupx6k5/view?usp=sharing).
  • # Questions
  • * Any other information I should be giving each bot?
  • * Anything unclear about the rules?
  • * Is this game actually interesting to play?
  • It's about time we have something other than code golf! KOTH time!
  • A small simple game to get things started.
  • # Rules/Procedure
  • Everyone starts each bracket with 100 _in-game_ points. In each round of the bracket, you play against an opponent. The only information you are given is your opponent's ID number and how many _in-game_ points they have. (And all other information you have stored up to that point.) You and your opponent each spend a number of _in-game_ points - higher number wins, and moves on in the bracket. In case of a tie, a random bot moves on. You gain a number of _scoring_ points for each win inversely proportional to the number of people left in the bracket.
  • 100,000 (maybe 1 million) brackets will be played - the bot with the highest amount of _scoring_ points wins.
  • The game is written in Java. You can find the engine, a bot template, and a sample bot [here](https://drive.google.com/file/d/10hOyqaZ1gUXCMzwThbq1fdWS5Pupx6k5/view?usp=sharing).
  • # Questions
  • * Any other information I should be giving each bot?
  • * Anything unclear about the rules?
  • * Is this game actually interesting to play?
#1: Initial revision by user avatar Quintec‭ · 2020-11-19T14:30:08Z (over 3 years ago)
Point Game KOTH
It's about time we have something other than code golf! KOTH time!

A small simple game to get things started.

# Rules/Procedure

Everyone starts each bracket with 100 _in-game_ points. In each round of the bracket, you play against an opponent. The only information you are given is your opponent's ID number and how many _in-game_ points they have. (And all other information you have stored up to that point.) You and your opponent each spend a number of _in-game_ points - higher number wins, and moves on in the bracket. You gain a number of _scoring_ points for each win inversely proportional to the number of people left in the bracket.

100,000 (maybe 1 million) brackets will be played - the bot with the highest amount of _scoring_ points wins.

The game is written in Java. You can find the engine, a bot template, and a sample bot [here](https://drive.google.com/file/d/10hOyqaZ1gUXCMzwThbq1fdWS5Pupx6k5/view?usp=sharing).

# Questions

 * Any other information I should be giving each bot?

 * Anything unclear about the rules?

 * Is this game actually interesting to play?