diff --git a/README.md b/README.md index 27ec495..34986ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # codename-bladecraze This project, which is a clone of the classic game Bomberman, was created in Lua using the Löve2D game framework. The objective of this local 2-4 player multiplayer game is to be the last person standing and eliminate all other players. +## How To Run + +### Simplest Way +A built version is available for download via [itch.io](https://sodaro.itch.io/bomberbots). + +### Simple Way +1. Make sure to have [Löve2D](https://love2d.org/) installed (v11.4). +3. Download and unzip the project. +2. Drag the entire project-folder and drop it on love.exe to start the game. + +### Visual Studio Code +1. Make sure to have [Löve2D](https://love2d.org/) installed (v11.4). +2. Download [Löve2d Launcher](https://marketplace.visualstudio.com/items?itemName=Menerv.love2d-launcher) extension for VSCode. +3. Make sure that the path to the love.exe is correct. +4. Press F5 to start the game. + ## Special Thanks The music that we use in this project is created by [Zane Little](https://opengameart.org/users/zane-little-music) and thanks to him we were able to significantly enhance the game's feel. diff --git a/conf.lua b/conf.lua index e189ffe..749a3d5 100644 --- a/conf.lua +++ b/conf.lua @@ -1,7 +1,7 @@ function love.conf(t) - t.title = "Bladecraze" + t.title = "Bömberbots" t.version = "11.4" - t.console = true + t.console = false t.window.width = 1280 t.window.height = 720 end diff --git a/out.txt b/out.txt deleted file mode 100644 index 31d9f10..0000000 Binary files a/out.txt and /dev/null differ