You are browsing as a guest. Sign up (or log in) to start making projects!

Mobile Alias Deck

  • 1 Devlogs
  • 3 Total hours

A digital and mobile version of the card/board game Alias (Hebrew version), which is a really liked game with my family and friends. I wanted to be able to play it on the go, without having the phyisical deck with me. I am aware that there already are versions of this already but none of them seem to support Hebrew, which is what this project is aiming for.

Open comments for this post

2h 36m 35s logged

So I first started by scanning all of the cards so when the full app is eventually done it will have data to work with. I know most people would usually make the app and then get the data, and I agree that it is more logical but I wanted to challenge myself with this first.

Initially I tried using the Gemini API to scan the cards of the physical deck and put the data into a file/database, which worked fine and gave good results but I struggled with the rate limits it offers. I also tried using both Qwen and Gemma as a local LLMs to avoid said rate limits but they gave not so good results while also being quite slow on their outputs at least using LM Studio, and for 400 cards speed is really important.

I tried promting in both English and Hebrew but both gave non perfect results and were equally as slow (the video is at 4x speed):

So I first started by scanning all of the cards so when the full app is eventually done it will have data to work with. I know most people would usually make the app and then get the data, and I agree that it is more logical but I wanted to challenge myself with this first.

Initially I tried using the Gemini API to scan the cards of the physical deck and put the data into a file/database, which worked fine and gave good results but I struggled with the rate limits it offers. I also tried using both Qwen and Gemma as a local LLMs to avoid said rate limits but they gave not so good results while also being quite slow on their outputs at least using LM Studio, and for 400 cards speed is really important.

I tried promting in both English and Hebrew but both gave non perfect results and were equally as slow (the video is at 4x speed):

Replying to @Oren

0
3

Followers

Loading…