Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strudelandcoffee/mini-game-arcade
All of your favorite games in one place! Okay not quite, but while I keep building simple games as coding exercises, I may as well show them off.
https://github.com/strudelandcoffee/mini-game-arcade
games javascript
Last synced: about 1 month ago
JSON representation
All of your favorite games in one place! Okay not quite, but while I keep building simple games as coding exercises, I may as well show them off.
- Host: GitHub
- URL: https://github.com/strudelandcoffee/mini-game-arcade
- Owner: strudelAndCoffee
- Created: 2022-12-11T07:25:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T10:55:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T16:13:53.086Z (almost 2 years ago)
- Topics: games, javascript
- Language: JavaScript
- Homepage:
- Size: 5.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Game Arcade
The initial stage of this project is to hold all of the games that I have been building as practice in game development. Most, if not all of these games are coded in JavaScript, HTML, and CSS, so they can be played on your web browser, and require no dev dependencies.
Most of the games I have coded thus far have been from coding along to tutorial videos from various developers I follow on YouTube. While I am the first to admit that following a tutorial is not the same as figuring it out on your own, I am still proud of all of the hours I have put into these projects. _I never copy/paste another developer's code._ I have learned enough already to begin tackling more complex subjects like graphics on my own, so I hope to have more of my original projects to show off soon!
The primary hosting site is still a work in progress, but I plan to deploy it once I have built enough games and am happy with the UX. Stay tuned...
## Current Games
2048\
Blackjack \*\*\
Conway's Game of Life \*\
Dino Game\
Danger Noodle\
Flappy Pheasant\
Hangman \*\*\
Mine Remover\
Pac-Person\
Plonc\
Space Raiders\
Tic-Tac-Toe\
3D Tic-Tac-Toe \*\
War\
VVordle\* _authored by Stevie Trudell (not from tutorial)_\
\*\* _inspired by tutorial code, refactored by Stevie Trudell_## Code Sources Cited
### _Pong, Snake, Dino Game, Wordle, Tic-Tac-Toe, War, 2048, Minesweeper, and Flappy Bird Clones._
All original code for these versions are openly available for use, copy, and reference by [Web Dev Simplified](https://github.com/WebDevSimplified), and all code, files, and images are generously offered for non-commercial use as per the tutorial videos, which can be found on the Web Dev Simplified [YouTube](https://www.youtube.com/@WebDevSimplified) channel.
My code for Hangman was based on a tutorial for a TypeScript/React version of the game by Web Dev Simplified, and borrows snippets from my Wordle Clone repository. You can find my version of the origianl tutorial code [here](https://github.com/strudelAndCoffee/react-ts-guess-the-word).
### _Pac-Man._
All original code for this version of the game is openly available for use, copy, and reference by [Ania Kubow](https://github.com/kubowania), and all code is generously offered as per the tutorial videos on the Code With Ania Kubow [YouTube](https://www.youtube.com/@AniaKubow) channel.
### _Space Invaders, Blackjack._
All original code for these versions are openly available for use, copy, and reference by [Kenny Yip](https://github.com/ImKennyYip), and all code, files, and images are generously offered for non-commercial as per the tutorial videos, which can be found on the Kenny Yip Coding [YouTube](https://www.youtube.com/@KennyYipCoding) channel.
## Links to cited repositories:
[Wordle Clone](https://github.com/WebDevSimplified/wordle-clone)\
[Javascript Snake Game](https://github.com/WebDevSimplified/Javascript-Snake-Game)\
[Chrome Dino Game Clone](https://github.com/WebDevSimplified/chrome-dino-game-clone)\
[JS Pong](https://github.com/WebDevSimplified/js-pong)\
[React Hangman](https://github.com/WebDevSimplified/react-hangman)\
[JavaScript Tic-Tac-Toe](https://github.com/WebDevSimplified/JavaScript-Tic-Tac-Toe)\
[War Card Game](https://github.com/WebDevSimplified/War-Card-Game)\
[JS 2048](https://github.com/WebDevSimplified/js-2048)\
[JS Minesweeper](https://github.com/WebDevSimplified/JavaScript-Simplified-Advanced-Projects/tree/main/15-minesweeper/after)\
[Flappy Bird Clone](https://github.com/WebDevSimplified/flappy-bird-clone)\
[Pac-Man](https://github.com/kubowania/pac-man)\
[Space Invaders](https://github.com/ImKennyYip/space-invaders)\
[Blackjack](https://github.com/ImKennyYip/black-jack)