Skip to content

cvera08/multi-games-artificial-intelligence-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Games

Web-based by using Artificial Intelligence.


Live Demo

👉 multi-ai-web-games 👈


Table of contents


Getting started

Install Git locally


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

Configure this project

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

Quick run

  • Open your favorite browser
  • Drag and drop the index.html file into your navigator
  • -Or just open the index.html file from your browser-

Play Games directly in the Browser


GitHub Actions Support

This repository has the support for its own GHA as well

Deploy Changes with GHA

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)

image

image

You can see the list of deployments at All Deployments GH Page


Additional Commands

N/A


Miscellaneous

N/A


Primary Authors

  • Carlos Vera

    @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


Other Contributors

N/A


MIT license

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.


Change Log

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