Skip to content

Commit 11d33c5

Browse files
committed
Added how-to-run and remove console in conf
1 parent 3c8b9bc commit 11d33c5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# codename-bladecraze
22
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.
33

4+
## How To Run
5+
6+
### Simplest Way
7+
A built version is available for download via [itch.io](https://sodaro.itch.io/bomberbots).
8+
9+
### Simple Way
10+
1. Make sure to have [Löve2D](https://love2d.org/) installed (v11.4).
11+
3. Download and unzip the project.
12+
2. Drag the entire project-folder and drop it on love.exe to start the game.
13+
14+
### Visual Studio Code
15+
1. Make sure to have [Löve2D](https://love2d.org/) installed (v11.4).
16+
2. Download [Löve2d Launcher](https://marketplace.visualstudio.com/items?itemName=Menerv.love2d-launcher) extension for VSCode.
17+
3. Make sure that the path to the love.exe is correct.
18+
4. Press F5 to start the game.
19+
420
## Special Thanks
521

622
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.

conf.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function love.conf(t)
2-
t.title = "Bladecraze"
2+
t.title = "Bömberbots"
33
t.version = "11.4"
4-
t.console = true
4+
t.console = false
55
t.window.width = 1280
66
t.window.height = 720
77
end

out.txt

-52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)