Skip to content

Commit

Permalink
Added Löve (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
elijahdaniel and Richienb committed Oct 6, 2020
1 parent 6a2a256 commit bf2ba45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (683 total)
## Languages (684 total)

* [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815)
Expand Down Expand Up @@ -393,6 +393,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Lsl](l/lsl.lsl)
* [Lua](l/lua.lua)
* [Lua Grimex](l/lua_grimex.j)
* [Löve](l/Löve.lua)
* [M4](m/m4.m4)
* [Maclisp](m/maclisp.lisp)
* [Macsyma](m/macsyma.mac)
Expand Down
3 changes: 3 additions & 0 deletions l/Löve.lua
@@ -0,0 +1,3 @@
function love.draw()
love.graphics.print("Hello World", 400, 300)
end

0 comments on commit bf2ba45

Please sign in to comment.