https://github.com/stonecypher/nodelike
A node based roguelike
https://github.com/stonecypher/nodelike
Last synced: 4 months ago
JSON representation
A node based roguelike
- Host: GitHub
- URL: https://github.com/stonecypher/nodelike
- Owner: StoneCypher
- License: mit
- Created: 2017-07-12T04:17:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T01:07:33.000Z (over 6 years ago)
- Last Synced: 2025-03-07T04:46:53.335Z (4 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodelike
A node based roguelikeThis repo is the basis of a series of tutorials in Javascript. Installing will get the latest
version according to the author's development path; install at a given version to get the
version relevant to that step in the tutorial.This is part of a video series that comes as a reification of
[this Reddit thread](https://www.reddit.com/r/javascript/comments/3r387p/how_hard_is_it_to_make_a_game_in_javascript_with/)
on how to make a text-mode game in Javascript.The end result is actually a simplistic tutorial on one way to look at being a programmer, which touches only on the
node ecosystem. This is not a comprehensive "how to program;" just one quick bootstrap that lets a person see one
approach, despite being new.The end result is a playable console game, installable directly from `npm`.
## The plan
We're going to:
1. Build the actual `roguelike` out in the major-version-0s
1. Rebuild the thing from the ground up as a plausible set of not-practiced-developer steps in the major-version-1s
1. Construct the website
1. Write the written tutorial steps, akin to the Reddit post
1. Make the videos## we do, in fact, need stinking badges
such as### status
 [](https://www.npmjs.com/package/nodelike "npm") [](https://travis-ci.org/StoneCypher/nodelike "Travis") [](https://david-dm.org/StoneCypher/nodelike/master "David")
[](https://codeclimate.com/github/StoneCypher/nodelike "Code Climate") [](https://coveralls.io/github/StoneCypher/nodelike) [](https://snyk.io/test/github/StoneCypher/nodelike "Snyk")