A puzzle game for js13k 2022.

Overview

Dying Dreams

...is a puzzle game made for js13k competition (2022).


Compiling

Tools you need:

  • TypeScript (mandatory)
  • Closure compiler (optional)
  • advzip (optional)
  • Some tool to interact with makefiles.
  • python3 (optional, for converting .tmx tilemaps to the proper format)
  • (Possibly required: git lfs (large file support), otherwise you probably cannot clone .png files properly?)

To build the project, run make js_full. If you are making changes to the code, then you can run make js to compile the project in watch mode. To build and minify the project, run make minify. To build, minify and create a compressed zip file that should be under 13kB, run make pack.

The command make levels will convert the levels to the source code format.


License

Since I couldn't find a suitable license for this project, let me introduce you "Dying Dreams js13k license":

Things you can do:

  • Use the code or the assets in your own projects, as long as your project is open-source and you remember attribute the original author
  • Modify this project and share the modified version, as long as the modified code is open source and you give credit to the original author

Things you may not do:

  • Use parts of this project in a commercial product
  • Use parts of this project in a closed-source project
  • Use parts of this project without attributing the original author

(c) 2022 Jani Nykänen

You might also like...

Slime jumper game is a simple game that requires you to escape from the enemies that come your way.

Slime Jumper What is this game? The slime jumper game is a game with a simple logic (but it was not so easy to do) where you have to escape from the e

Mar 1, 2022

INeedHelp is a Game Boy, Game Boy Advance, and Nintendo DS emulator written in JavaScript and TypeScript.

INeedHelp INeedHelp is a Game Boy Advance and Nintendo DS emulator written in JavaScript/TypeScript. FAQ Why is it called INeedHelp? You would need he

Jun 29, 2022

This is a Tic Tac Toe game built with HTML, CSS, and JavaScript. It is a simple and fun game where two players take turns marking X and O on a 3x3 grid.

This is a Tic Tac Toe game built with HTML, CSS, and JavaScript. It is a simple and fun game where two players take turns marking X and O on a 3x3 grid.

Tic Tac Toe Game This is a Tic Tac Toe game built with HTML, CSS, and JavaScript. It is a simple and fun game where two players take turns marking X a

Mar 4, 2023

Some of my Genuary peices - starting 2022

Some of my Genuary peices - starting 2022

Genuary-Projects Some of my Genuary pieces - starting 2022 2022 ... Genuary-2022 1st 2nd 3rd ... 1st Draw 10,000 of something. (credit: Michael Lowe)

Jan 7, 2022

Base-mock-api - Repo to storage my fake api's to use in my 2022 projects.

Base Mock API's Project made 100% with JavaScript, with the objective of creating endpoints to use in projects. Prerequisites Before you begin, ensure

Nov 20, 2022

Registrasi LTMPT Otomatis 2022

Registrasi LTMPT Otomatis 2022 Harap ketahui! Repository ini ditujukan untuk membantu mereka yang frustrasi akibat API Kemdikbud error terus / kuota p

Sep 10, 2022

A complete template for 2022 focused on around React, Postgres and various web3 integrations.

A complete template for 2022 focused on around React, Postgres and various web3 integrations.

A complete template for 2022 focused on around React, Postgres and various web3 integrations. You can use the template to make a website, a web application, a hybrid decentralized web application, or even a DAO.

Dec 22, 2022

Shopify Backend Developer Intern Challenge - Summer 2022

Shopify-Backend-Developer-Intern-Challenge Shopify Backend Developer Intern Challenge - Summer 2022 Application Features User can add products. User c

May 14, 2022
Comments
  • How to play level 3?

    How to play level 3?

    I couldn't figure out how to play level 3. When I push the rack into the dotted box location, nothing happens. Is it supposed to drop the other figure or is it not the right solution?

    opened by naveennamani 1
🏃‍♂️Open source, puzzle based adventure game in your browser

??‍♂️ Rungeon Rungeon is an open source, puzzle based adventure game. ?? About Rungeon features a series of puzzles in the form of stages, in which th

null 16 Aug 25, 2022
VR puzzle game on the web.

Art Salad Not about salads. Art Jigsaw puzzles in VR. On the web. Free and open-source. Art Salad is a website that you can visit in immersive VR (wit

Felix Mariotto 15 Dec 29, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Entry for JS13k 2020 (Death)

js13k Norman tries to defend himself from the local villagers Make magic feel like magic Glyphs, cooldowns, screenshake Villager just runs at norman B

Dan Prince 127 Dec 29, 2022
A sliding puzzle with a Rubik's cube-like feel.

Alok's Sliding Puzzle A sliding puzzle with a Rubik's cube-like feel. Play: https://www.quaxio.com/sliding_puzzle/puzzle.html Screenshot: Building loc

Alok Menghrajani 10 Jun 7, 2022
js13kgames 2022 game jam entry.

DEATH RIDER DEATH rides out to collect souls in the cemetery. BEWARE!!! Crosses crosses your way and bats try to bat you! Collect as many juicy souls

Csaba Csecskedi 5 Nov 4, 2022
NFT Game Starter Project: https://github.com/buildspace/buildspace-nft-game-starter

Running React on Repl.it React is a popular JavaScript library for building user interfaces. Vite is a blazing fast frontend build tool that includes

Zahuis 2 Feb 11, 2022
Conways-game-of-life - A Conway's Game Of Life project using Python

conways-game-of-life A Conway's Game Of Life project using Python JavaScript Devlog January 1st 2022: also need to remember Python's syntax a bit will

Felipe Melgaço Magesty Silveira 0 Sep 23, 2022