Skip to content

grqphical/emoji_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Game

A simple browser game where you have to try and guess an emoji. Try to aim for the highest streak possible

Made with Golang, HTMX, Alpine.js and Chi

Self Hosting Guide

  1. Clone this repo
$ git clone https://github.com/grqphical/emoji-game
  1. Make sure you have Go 1.21 installed

  2. Create a .env file and define HOST_ADDR as an enviroment variable with the address you want to host on. The example below will host on port 8000

HOST_ADDR=:8000
  1. Run the makefile
$ make run

License

This project is licensed under the MIT license

About

An emoji guessing game made with golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published