https://github.com/r-n/tebak-nama
A name guessing "game" made with Unity3D 5.4
https://github.com/r-n/tebak-nama
2d c-sharp csharp database game game-dev game-development gamedev guessing-game quiz quiz-game sqlite streamingassets unity unity-3d unity3d
Last synced: 3 months ago
JSON representation
A name guessing "game" made with Unity3D 5.4
- Host: GitHub
- URL: https://github.com/r-n/tebak-nama
- Owner: R-N
- License: mit
- Created: 2017-02-27T03:27:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T01:42:11.000Z (over 9 years ago)
- Last Synced: 2025-02-06T14:26:37.800Z (over 1 year ago)
- Topics: 2d, c-sharp, csharp, database, game, game-dev, game-development, gamedev, guessing-game, quiz, quiz-game, sqlite, streamingassets, unity, unity-3d, unity3d
- Language: C#
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A name guessing "game" made with Unity3D 5.4
Put database in Assets/StreamingAssets as "database.db"
Put the photos formatted in jpg (you may edit the code for other formats) in Assets/StreamingAssets too,
with their NRP (Student ID, or whatever ID) as the name. Example : "2916100034.jpg"
The database columns as follows : NRP, Nama, Asal, etc (forgot the others. will edit later)