An open API service indexing awesome lists of open source software.

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

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