Skip to content

Source code for our unofficial Ludum Dare 50 entry. The theme is "delay the inevitable."

License

Notifications You must be signed in to change notification settings

thecodingcouple/ludum-dare-50

Repository files navigation

ludum-dare-50

Source code for our unofficial Ludum Dare 50 entry. The theme is "delay the inevitable." Play it here! (Work in progress)

Synopsis

Don't Fall is a 2D platformer. The goal of the game is to stay on top of the rotating rectangle for as long as possible.

How to play:

  • Left Arrow to move left
  • Right Arrow to move right
  • Up Arrow or Space to jump

Built With

Third Party Assets

Useful Resources

Project Setup

npm install

Compiles and hot-reloads for development

npm run start

Compiles and minifies for production

npm run build

Deploy to gh-pages

npm run deploy

Alternatively:

git add dist && git commit -m "updating gh-pages"
git subtree push --prefix dist origin gh-pages

License (MIT)

MIT License

Copyright (c) 2022 The Coding Couple

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Source code for our unofficial Ludum Dare 50 entry. The theme is "delay the inevitable."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published