Skip to content

This code will generate random operation based on the difficulty and game mode you give

Notifications You must be signed in to change notification settings

furkanbct/unity-random-four-operation-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Unity Random Four Operation Generator

Views

About

This code generates random operation and 3 wrong options suitable to operation based on the difficulty and game mode you give

Usage

  • OperationManager.GetNewOperation(25, OperationManager.Mode.Addition) ----- Generates addition operation involving numbers from 1 to 25 etc. 16 + 25 = ?

  • OperationManager.GetNewOperation(10, OperationManager.Mode.Multiplication, OperationManager.Mode.Division) ----- Generates division or multiplication operation involving numbers from 1 to 10 etc. 9 ÷ 3 = ?,10 x 8 = ?

About

This code will generate random operation based on the difficulty and game mode you give

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages