Click here for free DL of the app version that can save data.
No:37862 35
Prev Next
Ai sprite maker, "CREATE!" Button
Developer User17064|Date and time 24/1/21 18:33:03
Build time 9.793 sec|Game capacity 2.882KB|Script

Sure! Here's an example of a simple game implemented as a single HTML file using JavaScript, enclosed in `` tags. The game is called "Ai Sprite Maker" and allows the user to create a sprite by selecting pictograms. It assumes smartphone operation. <br><br> <br> <style> .pictogram { display: inline-block; margin: 5px; cursor: pointer; } .selected { border: 2px solid blue; } </style> <h1>Ai Sprite Maker</h1> <div id="canvas"></div> <div id="toolbar"> <h2>Select Pictograms:</h2> <div id="pictograms"> <img class="pictogram" src="emozi_all/pictogram.png"> <img class="pictogram" src="emozi_all/pictogram.png"> <img class="pictogram" src="emozi_all/pictogram.png"> <!-- Add more pictograms as needed --> </div> <button id="createButton">CREATE!</button> </div>

To use this as a game, you would need to replace the placeholder pictogram image sources (`src="emozi_all/game.png"`) with actual pictogram images. The game allows the user to select a pictogram by tapping on its image and then by tapping the "CREATE!" button, a new sprite (image) gets created on the canvas.

Prev Next   Back  0  0 Menu 

[PR]現在の人気グッズランキング

Click here for free DL of the app version that can save data.

(C)2023 HisashiApp