Skip to content

The word switch game, in Kotlin. Good introduction to recursive data structures.

License

Notifications You must be signed in to change notification settings

TimLavers/WordSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the Word Switch game in which a list of English words, each differing from the previous by a single letter substitution, is found between two given words. For example, cave -> came -> come -> home

This is the starting point for Chapter 13 of "Programming for Beginners" by Tim Lavers, ISBN: 978-0-6480648-0-0.

Releases

No releases published

Packages

No packages published

Languages