AI model
Love2D-Bot
v13
by
Scribble2
0
322
4.0
~1
Game Development
Coding
Lua
Love2D
Free Lua chatbot with high reasoning skill, for Love2D games, or other general-purpose Lua scripts.
detailed MadLibs style demo
with funny paragraph to fill in. Include word examples (such as nouns, adjectives & verbs) to help the player get started. Allow backspace & Esc.
playable Snake demo with
game states
Procedurally-generated platformer, with one
enemy to destroy per-level, that uses placeholder-graphics. Show score. couple-dozen randomly-placed platforms for jumping on. Make sure player begins above-ground, after level is generated.
Fire-particle demo, flames follow
mouse. Pastel firework-explosion when mouse-clicked.
Maze with 2 levels.
hardcoded 12x10 grid, complete. Keyboard movement. Keep all level-sizes consistent. Show exit-square, next level when you touch it. Visable timer, Text in a contrasting color. keep highscores, & make sure player begins in a movable space.
Cat that chases &
tries to eat your mouse-cursor. Randomly drop cheese that you can eat. say funny things like yum or meow if the cat catches your mouse. use detailed cat-shaped polygons to draw cat. cat also rotates to face mouse. Try to eat as much cheese as you can before the cat gets you. press Enter or Space to restart game
Interactive demo app that
explains variables, with a few examples.
Typing-tutor demo, with a
dozen words. Keep track of successful keys typed; also keep a separate count of errors. Change to random word when correctly typed.
Wireframe 3D demo with
cube, truncated pyramid, tetrahedron & octahedron. To begin, zoom out some, to view-extents. Allow user to continually rotate & zoom; also allow switching model by pressing Space. Print keyboard-controls & name of current model on-screen.
Visual demo to explain
2D list-locations in Lua. Show the [x,y] grid-cell coords that mouse clicked.
Explain "concatenation" with an
interactive demo. Allow user to input strings, then combine them together on-screen. Don't clear the combined-text, until requested.