Results 21 issues of Scalatron

Condition: WiFi connected, but internet unreachable. Crashes in `Request.swift` line 125: ``` let task = self.session.dataTask(with: request) { [unowned self, unowned sema] data, response, error in let response = response...

Excerpted from e-mail by user Graham: I can't get the bots to update from the web ide. I am just using the simple files from the tutorial, but if I...

bug

In order to make to more convenient to write bots in Java (not least to make it evident how much more elegant Scala code is), it should be possible to...

**Time Estimate**: a few hours. **Difficulty**: Medium **Motivation**: Any bot can simply use a `while(true) {}` to hang the tournament loop. This is acceptable in (relatively) trusted environments, such as...

enhancement

**Motivation**: In the BotWar game initialization, it can happen that player bots are placed such that they are fully enclosed by walls, obviously harming the player's chances of winning. **How...

enhancement

Many users prefer to write code in their accustomed IDE. They could connect a tool in their IDE to the Scalatron command line interface ([documentation here](https://github.com/scalatron/scalatron/blob/master/Scalatron/doc/markdown/Scalatron%20CLI.md)) to upload, compile and...

enhancement

We should compile a list of browsers and the issues they have displaying the browser UI. ## Browsers Confirmed as Working - Firefox 12.0 on Windows XP - Firefox 12.0...

enhancement

**Motivation**: Currently, the computer generates a color combination for each player's bots based on a name-derived hash code. It might be nice to allow players to determine the appearance (colors,...

enhancement

**The Problem**: player colors are hash-based and are not actually guaranteed to be unique. **How To Fix**: - in the Renderer class: - pre-generate a table of two-color combinations at...

**Time Estimate**: 15-25 hours (completely unscientific - provided for comparison of feature complexity only) **Motivation**: the Scalatron server provides a relatively complete API for managing users, sandboxes, versions, shared samples...

enhancement