Karata is a fun card-flipping memory game built using Phaser 3. To play you need to match pairs of identical cards within the shortest time possible.
Try demo : Demo
- Classic memory-matching gameplay
- Smooth card flipping animations
- Timer and score tracking
- Interactive sound effects
- Optimized for both desktop and mobile
- Phaser 3 (Game framework)
- JavaScript (Core logic)
- HTML5 & CSS3 (UI & Styling)
- Itch.io (Royalty-free game assets)
- Pinterest (Inspiration and design references)
- Clone the repository:
git clone https://github.com/emleonstz/karata.git cd karata - Install live-server globally if you haven't already:
npm install -g live-server
- Start the game using live-server:
live-server
- Open your browser and navigate to the provided local server URL.
- Click on any card to flip it over.
- Try to find and match the identical pair.
- Complete the game with the fewest moves and fastest time!
- Leaderboard system for high scores
- Additional card themes and difficulty levels
- Multiplayer mode
This project is licensed under the Apache2 License.