game: rename the game

This commit is contained in:
He4eT 2025-06-09 09:32:07 +02:00
commit 6506de31fd
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
game_name := MorsePit
game_name := DotDashPit
game_src := ./game.js
build_dir := ./build

10
game.js
View file

@ -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', ' .- '],