Skip to content

Commit

Permalink
web: Make the default player configuration be selected by default
Browse files Browse the repository at this point in the history
  • Loading branch information
francorbacho committed Jan 8, 2024
1 parent 916920d commit b6f48cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div id="settings">
<select name="players" id="player-select">
<option value="human-human">Human vs. Human</option>
<option value="human-computer">Human vs. Computer</option>
<option value="human-computer" selected="selected">Human vs. Computer</option>
<option value="computer-human">Computer vs. Human</option>
<option value="computer-computer">Computer vs. Computer</option>
</select>
Expand Down

0 comments on commit b6f48cc

Please sign in to comment.