Skip to content

Commit

Permalink
Added how-to-run and remove console in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Myggski committed Nov 28, 2022
1 parent 3c8b9bc commit 11d33c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions conf.lua
Original file line number Diff line number Diff line change
@@ -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
Binary file removed out.txt
Binary file not shown.

0 comments on commit 11d33c5

Please sign in to comment.