GithubHelp home page GithubHelp logo

dungeon's Introduction

Dungeon

A Javascript Dungeon Game to run in the command line. This is based off the same idea of an old project of mine called "Terminal-Dungeon" and can be found here.

This project has nothing to do with the old one, just the same premise. I have done numerous similar projects on this idea, and Terminal Dungeon is one of the surviving versions, along with an old battle simulator I made a while back.

node index.js

Changes

  • V.0.1.0 IP

    • Build 030524
      • A working level editor, and a previewer
      • Dev mode. Run node dev/liveEdit.js
      • Working UI and a player manager system
      • Colors added somewhat
      • Better level system
      • LIVE EDITOR!
      • Dev tools, pretty nice stuff
    • Build 030424
      • Created a map and file handler, which can create a linked dungeon.
      • Currently a working level editor and a working walker
      • User can exit to next level, and that is it.

Planned

  • Maybe a UI File?
  • Coins or currency of some sort
    • A coin spot on map, which will give the user x amount of $
  • Main manager
    • A file that sets the starting level
    • Maybe has user health?
    • Custom items (or should I have default items or both?)
  • Battles of some sort
    • Health Bar
    • Enemy states
    • Attacking
    • Items of some sort
  • Game editor
    • Documentation
  • Stat Levels
  • Finishing game?
  • Colored UI and stuff
  • Game handler
    • Not sure if it should be index.js or somewhere else

Quick .lvl doc

First line is width, second is height
third is the spacing of each box (usually should be 3)
The rest is just points, with it being in the format X,Y,~, with ~ being any character.
It is important to have a point with the value "X", because that is the players starting point for the level.
Anything that has the value "E" are exits. These are important, because they'll link the player to the next level. To link them, after E, put -> and the next level name.
Anything else, the player will not walk into. All lines that start with # are comments.

dungeon's People

Contributors

mamamia5x avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.