Skip to content

Simple word game to test various frictional design points. Gameplay inspired by games like Boggle, Spelltower, and Wordtris.

Notifications You must be signed in to change notification settings

Visheshk/ohno-wordflood

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

word deluge

The game is a simple word game where you must select adjacent (including diagonal!) tiles to create words. Rarer words generate more points. The frequency of the words was calculated using data collected from Reddit comments.

Local Install

  1. Install Unity.
  2. Download or clone this repo.
  3. Open Unity, and open this project by navigating to where you downloaded this repo.
  4. Attach a mobile device to your computer and use the UnityRemote app to run the game from the editor, or create a build of the game for your specific device.

Research

This game is being used as part of an on-going research project at UW-Madison studying frictional design patterns and learning. Visit the Complex Play Lab website for more info.

Building for Android

Download build-tools for v7.0 (Nougat), the correct sdk version from this link: https://answers.unity.com/questions/1320634/unable-to-list-target-platforms-when-i-try-to-buil.html and download the correct version of the NDK from Unity -> Preferences -> External Tools -> Download JDK and NDK inside.

About

Simple word game to test various frictional design points. Gameplay inspired by games like Boggle, Spelltower, and Wordtris.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.3%
  • JavaScript 36.8%
  • HTML 8.6%
  • Python 3.6%
  • Other 1.7%