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
|
game_src := ./game.js
|
||||||
build_dir := ./build
|
build_dir := ./build
|
||||||
|
|
|
||||||
10
game.js
10
game.js
|
|
@ -1,10 +1,12 @@
|
||||||
// title: MorsePit
|
// title: DotDashPit
|
||||||
// author: He4eT@oddsquat.org
|
|
||||||
// desc: Defeat endless waves of enemies using Morse code.
|
// 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
|
// license: MIT License
|
||||||
// version: 0.1
|
// input: gamepad
|
||||||
|
// saveid: DotDashPit
|
||||||
// script: js
|
// script: js
|
||||||
|
// version: 0.1
|
||||||
|
|
||||||
const morseCode = [
|
const morseCode = [
|
||||||
['A', ' .- '],
|
['A', ' .- '],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue