Skip to content

suvajit790/wordWorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Table of Contents
  1. General Info
  2. Run
  3. Input

General Info

This is a word worm kind of game where a (n x m) letter board is given and starting from an index we have to make meaningful words by adding letters from the neighbors of that index and going to the next neighbors.

Run

  • To make the wordWorm executable
make
  • To clean derived files
make clean
  • To run the wordWorm executable
make run

or

./wordWorm

Input

Just follow the instructions in the terminal and you will find out how to give the inputs.

Releases

No releases published

Packages

No packages published