An open API service indexing awesome lists of open source software.

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

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

[![HTML](https://img.shields.io/badge/HTML-E34F26?style=flat&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/HTML)
[![CSS](https://img.shields.io/badge/CSS-1572B6?style=flat&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)
[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](https://www.php.net)

## Screenshots

![javascript concepts screenshot](https://github.com/darellanodev/javascript-concepts/blob/main/img_github_readme/screenshot.png?raw=true)

## 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