killer sheep game :)

This commit is contained in:
2023-05-10 17:20:20 -04:00
parent c20f64644d
commit 05ad5a35e2
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,14 @@
require("killersheep").setup {
gore = true,
border = 'shadow',
keymaps = {
move_left = "h",
move_right = "l",
shoot = "<Space>",
},
cannon_sprite = {
"/----\\",
"| |",
"| |",
},
}

View File

@ -8,6 +8,9 @@ require 'dep' {
-- preformance --------------------------------------------------------------
{ 'lewis6991/impatient.nvim' },
-- GAMES
{ 'seandewar/killersheep.nvim' },
-- ui -----------------------------------------------------------------------
{ 'kvrohit/mellow.nvim' }, -- colorscheme
{ 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators