dasheck0 / phaser3-fantasy-matching-card-game

This is a matching card game with a fantasy theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy Matching Card Game

This is a matching card game with a fantasy theme. The objective is to find matching pair of cards. You can turn a card by clicking on it. When clicking a second card and the cards match you get a point and the pair is removed from the game. If they don't match the cards are both turned back and it's your opponents turn. Your opponent is controlled by an AI. Good luck!

Overview

Nothing to see here, as this is only an exercise. There is a single game state. This project utilizes https://www.npmjs.com/package/@dasheck0/phaser-boilerplate, which is under heavy development. So this might be broken. Enjoy some screenshots

Development

Checkout the repo run npm i and then npm start.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dasheck0/phaser3-fantasy-matching-card-game/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

MIT License Copyright (c) 2023 Stefan Neidig

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
(including the next paragraph) 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.

About

This is a matching card game with a fantasy theme

License:MIT License


Languages

Language:TypeScript 97.9%Language:HTML 2.1%