mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-04 17:37:23 +00:00
game: rename the game
This commit is contained in:
parent
d13d5807e8
commit
6506de31fd
2 changed files with 7 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
game_name := MorsePit
|
||||
game_name := DotDashPit
|
||||
|
||||
game_src := ./game.js
|
||||
build_dir := ./build
|
||||
|
|
|
|||
10
game.js
10
game.js
|
|
@ -1,10 +1,12 @@
|
|||
// title: MorsePit
|
||||
// author: He4eT@oddsquat.org
|
||||
// title: DotDashPit
|
||||
// desc: Defeat endless waves of enemies using Morse code.
|
||||
// site: https://github.com/He4eT/MorsePit
|
||||
// author: He4eT
|
||||
// site: https://github.com/He4eT/DotDashPit
|
||||
// license: MIT License
|
||||
// version: 0.1
|
||||
// input: gamepad
|
||||
// saveid: DotDashPit
|
||||
// script: js
|
||||
// version: 0.1
|
||||
|
||||
const morseCode = [
|
||||
['A', ' .- '],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue