GithubHelp home page GithubHelp logo

bruab / bashy Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 973 KB

Web-based game designed to teach command line usage and basic Linux tools

License: MIT License

CSS 10.36% CoffeeScript 82.76% HTML 6.88%

bashy's Introduction

Bashy is (to be) a web-based adventure game where players control a character exclusively through a command line.

Play it here: http://bruab.github.io/bashy/

Feel free to leave feature requests as issues!

bashy's People

Contributors

bruab avatar

Stargazers

Roman avatar  avatar Martin Quinson avatar Pelumi Magbagbeola avatar

Watchers

 avatar  avatar

bashy's Issues

extra slashes

can now handle "cd ./foo" but if i say "cd ." it changes cwd from "/home" to "/home/" (for example).

need coherent strategy for handling trailing/extraneous slashes. prolly just a slash strip function that every path gets passed through before it's finalized.

cd ../.. doesn't work

need more sophisticated parsing of paths, informed by coherent policy on "path as string" vs "path as actual directory with children and stuff"

Unclear man pages

The man pages don't really have a first line that says the typical command-line. For instance:

ls [-r] [file name]

or something to let us know the order of the arguments. For sed, for instance, I never remember whether the file name is before the "s/xx/xxx/" stuff or after…

tab completion?

Not sure if it's feasible, but of course TAB completion would be nice

wc with no args throws error

IRL when called with no args it takes input from stderr; i've never used it this way and not sure if it's a necessary feature for 1.0

New feature?

We sort of need something to create a file with some content? I am not sure. I was thinking of "echo hello > foo.txt". But that gets us into the file redirection… perhaps too much. And not very powerful anyway…

no echo

i thought last commit produced a proper echo via the BashyOS object, but it's not working

Scrollbar?

Could the terminal window be larger, and could there be some scrollbar or way to go back?

Glob!

For starters, make

cat /home/bashy/foo*

work

Better README

Hi Brian,

Really enjoyed your presentation yesterday. It would be helpful if you had link to the demo in the readme of your project.

Keep up the good work!

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.