Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonecypher/nodelike
A node based roguelike
https://github.com/stonecypher/nodelike
Last synced: 21 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T01:07:33.000Z (about 6 years ago)
- Last Synced: 2024-11-25T04:08:01.748Z (about 1 month ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 2
- Watchers: 3
- 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
![Status](https://img.shields.io/badge/status-alpha-red.svg?style=flat) [![npm](https://img.shields.io/npm/v/nodelike.svg?style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU%2BbnBtPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IGZpbGwtb3BhY2l0eT0iLjMiIGZpbGw9IiMwMDAiIHg9IjIiIHk9IjExIiB3aWR0aD0iMTAiIGhlaWdodD0iMiIgcng9IjEiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMiAyaDEwdjEwSDJ6Ii8%2BPHBhdGggZmlsbD0iI0MxMjEyNyIgZD0iTTMgMTFoNFY1aDJ2NmgyVjNIM3oiLz48L2c%2BPC9zdmc%2B)](https://www.npmjs.com/package/nodelike "npm") [![Travis](https://img.shields.io/travis/StoneCypher/nodelike.svg?branch=master&style=flat)](https://travis-ci.org/StoneCypher/nodelike "Travis") [![David](https://img.shields.io/david/StoneCypher/nodelike.svg?branch=master&style=flat)](https://david-dm.org/StoneCypher/nodelike/master "David")
[![Code-climate](https://codeclimate.com/github/StoneCypher/nodelike/badges/gpa.svg?style=flat)](https://codeclimate.com/github/StoneCypher/nodelike "Code Climate") [![Coverage Status](https://coveralls.io/repos/github/StoneCypher/nodelike/badge.svg)](https://coveralls.io/github/StoneCypher/nodelike) [![Snyk](https://snyk.io/test/github/StoneCypher/nodelike/badge.svg?style=flat)](https://snyk.io/test/github/StoneCypher/nodelike "Snyk")