Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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