Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandropalaciosmartin/musgame_php
Simple Mus Game in PHP
https://github.com/alejandropalaciosmartin/musgame_php
game-development games mus php visual-studio-code wamp wamp-server xampp xampp-server
Last synced: 7 days ago
JSON representation
Simple Mus Game in PHP
- Host: GitHub
- URL: https://github.com/alejandropalaciosmartin/musgame_php
- Owner: alejandropalaciosmartin
- License: gpl-3.0
- Created: 2023-10-26T11:22:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T18:15:35.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:22:17.767Z (about 2 months ago)
- Topics: game-development, games, mus, php, visual-studio-code, wamp, wamp-server, xampp, xampp-server
- Language: PHP
- Homepage: https://musphp.000webhostapp.com/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mus Game Simulation in PHP
## Overview
This PHP project simulates the classic Spanish card game "Mus" with a simplified version featuring two players, each holding a hand of four cards. The simulation evaluates different possible moves, including "Grandes" (highest cards), "Chicas" (lowest cards), "Pares" (pairs), and "Juego" (game), determining the winner for each move.## Getting Started
To run this project, you will need a web server with PHP support, such as XAMPP or WAMP. If you don't have a web server set up, you can try the online demo available at [DEMO](https://musphp.000webhostapp.com)## Features
- Simulated Mus card game with two players.
- Evaluates and displays the winner for "Grandes," "Chicas," "Pares," and "Juego" moves.Feel free to explore the code, learn about Mus game dynamics, and use it as a foundation for more complex game implementations.
Enjoy your Mus game simulation experience!