Git Product home page Git Product logo

buildman's Introduction

Buildman Game

Same as hangman except a little more light-hearted...

This little game can be used to teach first time javascript programmers about string manipulation and arrays. Also, it is a game, and games are fun, right? :)

Useful applications/utilities

  • Terminal - Mac program where you can type commands into the computer
  • Sublime Text - text editor program for writing code which will color/highlight key words in your javascript files
  • Node - program which allows you to run your javascript files on your computer from the terminal

Here's a nifty trick for how to open any program on your Mac using only the keyboard. Just type command (โŒ˜) + SpaceBar to open the Search bar, and then type the name of the application you want to open.

Useful Terminal commands

  • ls - List all the contents of the current directory. (Remember the terminal always has a home directory)
  • cd <directoryName> - Navigates the terminal to the given directory name. For example, type cd Desktop to have the terminal navigate to the Desktop. You can double check that the terminal is actually at the desktop by typing ls and looking to see if you can see your javascript files.
  • node <fileName> - Runs the javascript code in the specified file. For example, type node Program.js to run the javascript code in the Program.js file.

Additional Resources

Here are some other great resources for learning about javascript. Go ahead and create some new javascript files and try out some of the examples. Make sure your javascript file names end in .js

buildman's People

Contributors

brittany2e 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.