Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 157
Warning: in_array() expects parameter 2 to be array, bool given in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 476
Warning: count(): Parameter must be an array or an object that implements Countable in /home/yukuri/crypto-app.tokyo/public_html/AIGameCreator/Com0.php on line 484 <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="game-board"> <!-- Car listings will go here --> </div> <div id="user-input"> <input type="text" id="user-offer" placeholder="Enter your offer"> <button id="submit-offer">Submit Offer</button> </div> <div id="game-message"> <!-- Game messages will be displayed here --> </div> <script src="script.js"></script> </body> </html>'s game | AI game creator