- Getting started
- Configure this project
- Quick run
- Play Games directly in the Browser
- GitHub Actions Support
- Additional Commands
- Miscellaneous
- Primary Authors
- Other Contributors
- MIT license
- Change Log
You can follow one of these links:
Option | Link | Command |
---|---|---|
Windows, Linux, Mac | git-scm.com/Getting-Started-Installing-Git | 👈 Select according to your OS |
Homebrew | atlassian.com/install-git | brew install git |
Open your console/terminal and run this:
cd Desktop #or: >cd </your/desired/project/path/>
git clone https://github.com/cvera08/multi-games-artificial-intelligence-js.git
cd multi-games-artificial-intelligence-js
- Open your favorite browser
- Drag and drop the index.html file into your navigator
- -Or just open the index.html file from your browser-
- Once you open the games in your local browser
- Choose your favorite game. The options are:
- Hit the START button
This repository has the support for its own GHA as well
In this case, it is pretty straightforward:
- Just commit a new change
- Go to the GitHub Actions of this Repository
- There you will have a yellow/progress of your deploy
- Once finished it will be red or green
- If green status, just reload the site URL without cookies (You can do it with cmd + shift + r)
You can see the list of deployments at All Deployments GH Page
N/A
N/A
-
@cvera08 is the current creator and maintainer of the code and has written much of the current code base, including complete refactors, bug fixing and general improvements to the existing code base. He has been assisting with maintenance and adding project documentation as well
N/A
Copyright (c) 2024 Carlos Vera
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Stable Builds:
-
Apr 25, 2024 -- v2.0.5
- Fix Table of Contents
-
Apr 24, 2024 -- v2.0.4
- Fix Play Games Link
-
Apr 8, 2024 -- v2.0.1
- Project Documentation
-
Apr 3, 2024 -- v1.1.9
- Snake Game
-
Mar 30, 2024 -- v1.1.8
- Soccer Game
-
Mar 27, 2024 -- v1.1.5
- Pong Game
-
Mar 20, 2024 -- v1.0.2
- Main HTML Page
-
Mar 19, 2024 -- v1.0.0
- Initial Project