Akavall / GoGamesProject

Trying to make some simple games using golang.
1 stars 1 forks source link

Added very basic web server #5

Closed a-temlyakov closed 9 years ago

a-temlyakov commented 9 years ago

Just for fun... To start server:

go build ./GoGamesProject

Then just go to http://localhost:8000 - every load/refresh is a new dice roll

Akavall commented 9 years ago

Wow!! This is Awesome!