GitXplorerGitXplorer
p

loveDemoLib

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9117ab4c80520e061f60ba05e4a8e18a82e752b2

Update README.md

ppfirsich committed 10 years ago
Unverified
aa147ac18026f85ef1787c4ae749a4f26fc6184a

Merge branch 'master' of https://github.com/pfirsich/loveDemoLib

ppfirsich committed 10 years ago
Unverified
42719dd489e58e05a3245efc64f35adc2fc7e1da

Output filename is saved, also an error while playing back was fixed (I don't know how this wasn't a huge problem a lot earlier)

ppfirsich committed 10 years ago
Unverified
1fbf9ad1ab47f87fdfa04c52ab855e1ebd06d088

Update README.md

ppfirsich committed 10 years ago
Unverified
8c58ffd8df9e7d8d15df820f55556821fa2ac4d9

Merge branch 'master' of https://github.com/pfirsich/loveDemoLib

ppfirsich committed 10 years ago
Unverified
5c55dd776558a1d48d86386e538c3a1f70aadd53

Updated license

ppfirsich committed 10 years ago

README

The README file for this repository.

loveDemoLib

A library for gameplay (input) recording and playback using löve2d.

You can use this library to integrate a gameplay recording feature into your game without changing anything in your game code (except some initialization, finalization and an update()-call - see the example in main.lua for details) provided you use a fixed timestep loop that is deterministic. With a little extra work it will probably also work with variable timestep (determinism is still required).

I talk about this here: http://theshoemaker.de/2015/03/sudohack-update-replay-system/