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: 7 months ago
JSON representation
Desenvolvimento de Games 2D com JavaScript
- Host: GitHub
- URL: https://github.com/the-akira/javascriptgamedev
- Owner: the-akira
- Created: 2024-04-18T05:13:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:05:09.000Z (over 1 year ago)
- Last Synced: 2024-05-23T04:47:00.475Z (over 1 year ago)
- Topics: 2d-game, canvas, css, game-development, html, javascript
- Language: JavaScript
- Homepage: http://javascriptgamedev.netlify.app
- Size: 28.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desenvolvimento de Games 2D com JavaScript

Projeto educativo que propõe o ensino da programação através da construção de vídeo-games 2D.
## Conteúdo
- [Tecnologias Usadas](https://github.com/the-akira/JavaScriptGameDev/blob/master/Material/Tecnologias.md)
- [Fundamentos](https://github.com/the-akira/JavaScriptGameDev/tree/master/Fundamentals)
- [Exercícios](https://github.com/the-akira/JavaScriptGameDev/tree/master/Exercises)
- [Material Didático](https://github.com/the-akira/JavaScriptGameDev/blob/master/Material/Introduction.pdf)
- [Exemplos Práticos](https://github.com/the-akira/JavaScriptGameDev/tree/master/Material/Exemplos)## 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)
- [RPG Prototype](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/RPG%20Prototype)
- [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)
- [Tetris](https://github.com/the-akira/JavaScriptGameDev/tree/master/Games/Tetris)