Skip to content

I created this game that takes words and grid size as user input and then passes them to the Rest API as a query parameter. This API will then return a grid with these words included as a response. I deployed the code to the railway hosting platform.

Notifications You must be signed in to change notification settings

Sarfaraz-Hussain/Word-Search-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Search Game

I created this game that takes words and grid size as user input and then passes them to the Rest API as a query parameter. This API will then return a grid with these words included as a response. I deployed the code to the railway hosting platform.

API Reference

Create Grid

  GET https://wordsearch-api-production.up.railway.app/wordgrid?gridSize=${gridSize}&wordList=${commaSeparatedWords}

img

Authors

URL of Game

https://wordsearch-api-production.up.railway.app/

img

Tech Stack

Client: HTML, CSS, JS

Server: Spring Boot

Demo

About

I created this game that takes words and grid size as user input and then passes them to the Rest API as a query parameter. This API will then return a grid with these words included as a response. I deployed the code to the railway hosting platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages