https://github.com/willroy/traits
A game that determines learning styles
https://github.com/willroy/traits
analysis game game-2d love2d-framework lua pixel-art
Last synced: 3 months ago
JSON representation
A game that determines learning styles
- Host: GitHub
- URL: https://github.com/willroy/traits
- Owner: willroy
- Created: 2018-08-01T18:11:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T00:03:23.000Z (about 7 years ago)
- Last Synced: 2025-02-10T23:51:22.345Z (about 1 year ago)
- Topics: analysis, game, game-2d, love2d-framework, lua, pixel-art
- Language: Lua
- Homepage:
- Size: 11.7 MB
- Stars: 1
- 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 handling
https://love2d.org/
https://github.com/kikito/bump.lua
https://github.com/kikito/middleclass
https://github.com/kikito/stateful.lua