Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/the-akira/javascriptgamedev
- Owner: the-akira
- Created: 2024-04-18T05:13:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:05:09.000Z (6 months ago)
- Last Synced: 2024-05-23T04:47:00.475Z (6 months 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
![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)