tou-dudes

所属分类:其他智力游戏
开发工具:GDScript
文件大小:0KB
下载次数:0
上传日期:2023-06-14 14:53:56
上 传 者sh-1993
说明:  用戈多发动机制作的超级轰炸机5的娱乐,用于教育目的。,
(A recreation of Super Bomberman 5 made with the Godot engine, for educational purposes.,)

文件列表:
LICENSE (1077, 2023-06-14)
docs/ (0, 2023-06-14)
docs/screenshot.png (107583, 2023-06-14)
icon.png (1426, 2023-06-14)
icon.png.import (640, 2023-06-14)
project.godot (5679, 2023-06-14)
scenes/ (0, 2023-06-14)
scenes/bomb.tscn (1960, 2023-06-14)
scenes/destructure.tscn (3242, 2023-06-14)
scenes/explosion.tscn (13762, 2023-06-14)
scenes/input-handler.tscn (177, 2023-06-14)
scenes/map.tscn (7230, 2023-06-14)
scenes/player.tscn (41566, 2023-06-14)
scenes/powerups/ (0, 2023-06-14)
scenes/powerups/powerup-ammo.tscn (668, 2023-06-14)
scenes/powerups/powerup-hold.tscn (745, 2023-06-14)
scenes/powerups/powerup-intensity.tscn (683, 2023-06-14)
scenes/powerups/powerup-kick.tscn (668, 2023-06-14)
scenes/powerups/powerup-punch.tscn (671, 2023-06-14)
scenes/powerups/powerup-speed.tscn (675, 2023-06-14)
scripts/ (0, 2023-06-14)
scripts/autoloads/ (0, 2023-06-14)
scripts/autoloads/global.gd (710, 2023-06-14)
scripts/autoloads/provider.gd (247, 2023-06-14)
scripts/bomb.gd (6654, 2023-06-14)
scripts/destructure.gd (302, 2023-06-14)
scripts/explosion.gd (609, 2023-06-14)
scripts/game-controller.gd (6256, 2023-06-14)
scripts/input-handler.gd (1286, 2023-06-14)
scripts/player.gd (5888, 2023-06-14)
scripts/powerup.gd (600, 2023-06-14)
scripts/powerups/ (0, 2023-06-14)
scripts/powerups/powerup-ammo.gd (72, 2023-06-14)
scripts/powerups/powerup-hold.gd (1594, 2023-06-14)
scripts/powerups/powerup-intensity.gd (73, 2023-06-14)
scripts/powerups/powerup-kick.gd (464, 2023-06-14)
scripts/powerups/powerup-punch.gd (887, 2023-06-14)
scripts/powerups/powerup-speed.gd (68, 2023-06-14)
... ...

# Tou Dudes > A recreation of [Bomberman 5](https://pt.wikipedia.org/wiki/Super_Bomberman_5) made with the > [Godot](https://godotengine.org/) engine, for educational purposes. ![Screenshot of the game](docs/screenshot.png) ## Features - 2 players on the same machine, with fixed controls. - Powerups: :bomb: Extra bomb, :fire: Intensity, :athletic_shoe: Kick bomb, :boxing_glove: Punch bomb, :gloves: Pick up bomb, :runner: Extra speed. - 1 default character: Bomberman. - 1 default map with simple obstacles. - Random powerup spawn and initial obstacle configuration. - Bombs bounce on other bombs when thrown. ## Download Check out the latest [Windows release](https://github.com/MikeFP/tou-dudes/releases). ## Pending features - Game title screen. - Win condition and Victory UI. - Fix: Speed powerups are only noticeable once 4 of them are stacked. ## How to play ### Player controls **Player 1:** WASD for movement, F for "Bomb", H for "Punch bomb". **Player 2:** Numberpad for movement, Comma for "Bomb", Semicolon for "Punch bomb". (Brazilian Portuguese keyboard layout). ### New match Currently, the only way to begin another match is by relaunching the game. # For Devs ## Installing The game was made in Godot 3.5. You can download it [here](https://godotengine.org/download/3.x/windows/). After cloning this repository, to edit the game, open Godot. In the Project Manager window, import and open the cloned project folder. ## Testing Initial game state can be mocked by enabling the `tester` node in the `map.tscn` scene, and implementing the startup method in `tester.gd`. In it, you can access nodes to set them up, which enables editing the game grid and adding initial powerups to the players. Powerups can also be more easily tested by changing the `powerup_spawn_probability` in the root `Map` node, combined with changing the probability rates in `powerup_data` in `game-controller.gd`.

近期下载者

相关文件


收藏者