Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannuelf/feu1_programming_foundations_js
Learning programming in an incremental and fun way using JavaScript.
https://github.com/mannuelf/feu1_programming_foundations_js
javascript programming
Last synced: about 14 hours ago
JSON representation
Learning programming in an incremental and fun way using JavaScript.
- Host: GitHub
- URL: https://github.com/mannuelf/feu1_programming_foundations_js
- Owner: mannuelf
- License: mit
- Created: 2020-01-06T10:38:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T12:19:41.000Z (over 3 years ago)
- Last Synced: 2023-03-26T14:26:11.572Z (almost 2 years ago)
- Topics: javascript, programming
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FEU1 Programming Foundations
Learning how to program.
## 1. Space Odyssey command line game
![space](./1_space_odyssey/img/space_odyssey.jpg)
photo credit: https://www.warnerbros.com/movies/2001-space-odyssey/
### How to
1. fork repo
2. clone repo
3. make a new branch for todays adventure
4. open project in VS CODE
5. open `index.html` inside the `1_space_odyssey` folder and use [VS CODE Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) to run the site
6. in the `js` folder create folder for you eg. `manny-9000` and in it create an `app.js` file
7. open `_adventures-9000/app.js` copy the contents into your `app.js`
1. conquer each adventure in sequence that they appear
2. definition of done is a pull requestBest way to play split your screen in two, have the browser console open on the right so that you can see the console output as you code (Don't code blind).
Also in the `index.html` page only include `your` javascript file
![space](./1_space_odyssey/img/howto.png)