Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 560 Bytes

players.md

File metadata and controls

30 lines (28 loc) · 560 Bytes
layout title
page
Players

Here is the current state of play in our ongoing game of Nomic:

{% assign toplist = site.data.players | sort: "points" | reverse %} {% for player in toplist %} {% endfor %}
Name Group Points Penalties Balance
{{ player.name }} {{ player.group }} {{ player.points }} {{ player.penalties }} {{ player.points | minus: player.penalties }}