https://github.com/justinmoffatt/love-blackjack
Blackjack game built using the Lua LOVE framwork
https://github.com/justinmoffatt/love-blackjack
game love love-game-engine love2d love2d-framework lua
Last synced: about 2 months ago
JSON representation
Blackjack game built using the Lua LOVE framwork
- Host: GitHub
- URL: https://github.com/justinmoffatt/love-blackjack
- Owner: justinmoffatt
- Created: 2017-12-20T19:25:49.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-12-12T03:48:36.000Z (over 5 years ago)
- Last Synced: 2025-01-18T10:20:38.768Z (3 months ago)
- Topics: game, love, love-game-engine, love2d, love2d-framework, lua
- Language: Lua
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### About
A clone of Blackjack using the LÖVE 2D framework. The goal was to produce a quick prototype and Android application. The LÖVE 2D framework uses Lua scripting to draw the graphic interface and thus holds the game logic as well. An iteration was explored using classic OOP objects for data structures, but it later changed to embrace a more procedural script paradigm.### Use
Once the [LÖVE2D](https://love2d.org/) framework is installed, run LÖVE2D on the src folder. ```love src```Execute the ```.love``` bundle from the releases download if LÖVE2D is configured to do so on your computer.
Download the ```.apk``` from the releases page on to an Android device; assuming your device is configured to install thrid party applications.