Skip to content

Game of life written in Go with script to be used as lock screen

License

Notifications You must be signed in to change notification settings

JiriKopr/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

Golang implementation of Conway's Game of Life which can be used in combination with i3lock and Alacritty as lockscreen.

Some basic settings can be found in constants/constants.go

Note: Other setups are possible, the game itself will resize to fit the terminal

This specific setup uses two scripts.

lock.sh


  1. Run Alacritty in fullscreen and execute run.sh in background (save PID)
  2. Lock the screen with i3lock and set the backgorund to transparent, also don't fork the process so the rest of the script runs after unlock
  3. After unclock kill the background terminal

About

Game of life written in Go with script to be used as lock screen

Topics

Resources

License

Stars

Watchers

Forks