https://github.com/darellanodev/javascript-concepts
A collection of JavaScript concepts with examples in the context of a game
https://github.com/darellanodev/javascript-concepts
javascript-tutorial
Last synced: about 1 month ago
JSON representation
A collection of JavaScript concepts with examples in the context of a game
- Host: GitHub
- URL: https://github.com/darellanodev/javascript-concepts
- Owner: darellanodev
- License: mit
- Created: 2024-03-03T17:39:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T13:57:21.000Z (about 1 year ago)
- Last Synced: 2025-01-19T14:52:41.192Z (about 1 year ago)
- Topics: javascript-tutorial
- Language: JavaScript
- Homepage: https://darellanodev.github.io/tryitonline/jsconcepts/index.html
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript concepts in the context of a game
This is a collection of JavaScript concepts with examples in the context of a game I am making called [Gif Tower Defense](https://github.com/darellanodev/gif-tower-defense). You can play it to get an idea of the examples. There is no specific order in the concepts. _(THIS APPLICATION IS IN AN EARLY STAGE OF DEVELOPMENT)_
## THIS APPLICATION IS IN AN EARLY STAGE OF DEVELOPMENT
## Github repository
-
## Technologies
[](https://developer.mozilla.org/en-US/docs/Web/HTML)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://www.php.net)
## Screenshots

## Try it online
## How to run them
You can use VSCode with Live Server extension opening index.html. Also you can use JavaScript REPL VSCODE extension inside js files.
## Api directory
There are some scripts in the `api` directory to simulate api endpoints for some examples