Skip to content

aichingert/mempat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mempat

This is a simple game written in go using websockets and was just created to get familiar with different go concepts like go routines, channels, websockets and more.

1. What it looks like

you can press the tiles and they turn around revealing wether they were correct or not.

Playing

when you lost it shows you what would have been correct instead.

Losing

2. How to run

you need to install go with the version 1.22 after that you can just redirect to the server folder and start it.

cd server
go run .

after doing that it is accessible on localhost:8080