![Screenshot of Speed Dreams gameplay. [embedded image]](https://files.mastodon.social/media_attachments/files/113/708/321/305/857/523/original/50cd791a61965517.jpg)
git clone https://svn.code.sf.net/p/speed-dreams/code/trunk/
git clone https://forge.a-lec.org/speed-dreams/speed-dreams-code
git svn and calling it for a day! We had to fix several underlying design issues in the engine that were blocking us from a clean and efficient transition to Git. 😰
git svn and calling it for a day! We had to fix several underlying design issues in the engine that were blocking us from a clean and efficient transition to Git. 😰
main() function in the Main_Update.py file was 1683 lines of code long and contained way too many things in it. At the moment, the same function is down to 641 lines of code. This is still way too much stuff in the main() but this is a hell of a lot of reduction.