Skip to content

MXD-K1/Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template

A game made for GameDev.js Jam 2026


Table of Contents


About the Project

Purpose: This project was created as an entry for the GameDev.js Jam 2026.

What is this game?

[Game description]

  • Genre: A TopDown 2D RPG Game (Zelda-Like)

Features


Controls (Keybindings)

Key Action
W / ↑ Move Up
A / ← Move Left
D / → Move Right
S / ↓ Move Down
Space Attack
p Pause

Tech Stack

  • Language: JavaScript
  • Framework: Vanilla JS
  • Game Engine / Game Framework: Kaplay
  • Runtime: Node.js
  • Bundler: Vite
  • Level Design: Tiled
  • Art: ...
  • Sounds: ...

Play the Game

  • On Wavedash (Primary): [link]
  • On itch.io: [link]
  • On GitHub Pages: [link]

Note: To get all features, it is recommended to play the game from wavedash


Run Locally

# Clone the repository
git clone <our-repo-url>

# Navigate into the project
cd <project-folder>

# Install dependencies
npm install

# Run development server
npm run dev

Open in browser:

http://localhost:5173/

Deployment

GitHub Pages

npm run build
# deploy the build folder

Simple Static Server

npx serve .

Known Issues

See BUGS.md


TODO

See TODO.md.


Team Members

  • Mohammed Al-Shguaa (MXD-K1)

Contributing

Contributions are welcome!

Guidelines:

  1. Fork the repository
  2. Create a new branch (feature/your-feature)
  3. Commit your changes
  4. Open a Pull Request

License

Project: Web Game Jam 2026 Project Copyright © 2026 Web Game Jam 2026 Team

This project is licensed under the GNU GPL version 2. see License for more.


Credits

  • Assets: [source]
  • Sound: [source]
  • Inspiration: [optional]

About

A Template for Our Gamedev.js 2026 Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors