From 82b7b05efec967a328af95eced626bda7973bff4 Mon Sep 17 00:00:00 2001 From: Jeman Mama <56058545+sykn-jmn@users.noreply.github.com> Date: Wed, 29 Sep 2021 00:44:21 +0800 Subject: [PATCH] Small Suggestions Changed a few words to better understand the meaning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d681f3e..644ea1a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # [Personal Project] :-Java-SnakeGame -Running the code can play a snake game in which length of snake increases upto max(width*height,max_increment_food_length) upto which snake does not crashes by boundaries while eating food. +Running the code will start a snake game in which the length of the snake increases up to max(width*height , max_increment_food_length) as long as the snake does not crash in the boundaries while eating food.