dom96 / snake

A little snake game in Nim
http://picheta.me/snake/
MIT License
210 stars 9 forks source link

Nim bug 4753 was closed, so code in server.nim can change? #9

Open wizzardx opened 5 years ago

wizzardx commented 5 years ago

Over at the botttom of this file:

https://github.com/dom96/snake/blob/master/snake/server.nim

There's a reference to a Nim bug, that necessitates a workaround.

However, if we check the Nim bug tracker, the issue has been closed:

https://github.com/nim-lang/Nim/issues/4753

So now, snake/server.nim can have the code that was originally intended?

dom96 commented 5 years ago

yep