Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anagalacticruby/war_card_game
A demonstrational repo containing a JavaScript program that will play a game of War with itself. Created as a submission for Week 6 of Promineo Tech's front end bootcamp
https://github.com/anagalacticruby/war_card_game
bootcamp bootcamp-project card-game demo front-end-development javascript mocha-chai npm unit-testing
Last synced: 5 days ago
JSON representation
A demonstrational repo containing a JavaScript program that will play a game of War with itself. Created as a submission for Week 6 of Promineo Tech's front end bootcamp
- Host: GitHub
- URL: https://github.com/anagalacticruby/war_card_game
- Owner: anagalacticRuby
- Created: 2022-09-10T01:01:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T03:54:50.000Z (over 2 years ago)
- Last Synced: 2024-11-26T07:09:19.843Z (2 months ago)
- Topics: bootcamp, bootcamp-project, card-game, demo, front-end-development, javascript, mocha-chai, npm, unit-testing
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# War_Card_Game
A demonstrational repo containing a JavaScript program that will play a game of War with itself. Created as a submission for Week 6 of Promineo Tech's front end bootcamp
This game will run itself when the program is executed.
To view the game and its results, make sure you open dev tools and look at the console.
There is a super special message if your game ends in a tie!In the future, I may try to further expand on this repository by making a functional game of war that can take multiple players and execute more advanced functions when two players draw a tie.