Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-akira/javascriptgamedev

Desenvolvimento de Games 2D com JavaScript
https://github.com/the-akira/javascriptgamedev

2d-game canvas css game-development html javascript

Last synced: about 9 hours ago
JSON representation

Desenvolvimento de Games 2D com JavaScript

Awesome Lists containing this project

README

        

# Desenvolvimento de Games 2D com JavaScript

![img](https://raw.githubusercontent.com/the-akira/JavaScriptGameDev/master/Avatar.png)

Projeto educativo que propõe o ensino da programação através da construção de vídeo-games 2D.

## Tecnologias Usadas

- HTML Canvas
- JavaScript Puro

## Games Criados

- [A Jornada de Ismael](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/A%20Jornada%20de%20Ismael)
- [Alpha Wings](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Alpha%20Wings)
- [Conway's Game of Life](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Game%20of%20Life)
- [Elder Dragon](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Elder%20Dragon)
- [Shadow Templar](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Shadow%20Templar)
- [Sistema de Coordenadas](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Sistema%20de%20Coordenadas)
- [Snake](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Snake)