Overview
A card game based on the game karuta (かるた) played in Japan. In this game you have two players facing off against each-other with an arrangement of cards sitting in front of both players. When a song is played from the computer, players will have to touch the card that matches the song and the first player to hit the card gets to remove it from the board. If it was not on their side of the board they get to then give the other player a card from their board. The game ends when one of the players removes all cards from their side of the board.
Because this game requires the playing of music tied to cards to work, we needed to develop a website that would play music for us and have a database that ties all the cards to their songs and is able to queue up new games from the database. Therefore we have designed a website half-way between a music player app and a deck-building card game.
My Role
I am the UI/UX designer and full-stack developer for the team.
- Designing UI/UX (Figma)
- Creating database (SQL, JS)
- Creating deck building page (HTML, CSS, JS)