User prompt
Wheatfield Tycoon
Initial prompt
The game screen is divided into 4 fenced wheat fields that cover the entire area. There are paths between the fields to separate them. The player controls a farmer who can move around using the W, A, S, D keys or by clicking. The house is located in the center, close to all fields. The first wheat field is the starting area and is open from the beginning. The second field is locked and can be unlocked by paying 1000 money. The player harvests wheat by hitting it with a sickle to earn money. The wheat grows back so the player can keep harvesting.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});