Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willroy/traits
A game that determines learning styles and traits based on info subtly gathered through gameplay.
https://github.com/willroy/traits
analysis game game-2d love2d-framework lua pixel-art
Last synced: about 1 month ago
JSON representation
A game that determines learning styles and traits based on info subtly gathered through gameplay.
- Host: GitHub
- URL: https://github.com/willroy/traits
- Owner: willroy
- Created: 2018-08-01T18:11:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T00:03:23.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T04:24:35.956Z (3 months ago)
- Topics: analysis, game, game-2d, love2d-framework, lua, pixel-art
- Language: Lua
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traits
A game that determines learning styles and traits based on info gathered subtly through gameplay.Web Implementation:
Can be done by using the port at https://github.com/TannerRogalsky/love.js. This can be used to access the game on localhost.
Instructions and initial setup are on the page.Software and Libaries:
Uses Love2D game engine with lua.
Uses bump.lua libary for basic rectangle collision detection.
Uses middleclass.lua and stateful.lua for state handlinghttps://love2d.org/
https://github.com/kikito/bump.lua
https://github.com/kikito/middleclass
https://github.com/kikito/stateful.lua