This is a rewrite of my previous semester's Python assignment, in C#!
These two differs in terms of
- This is even more buggier than the last one, since I did a whole rewrite in C# including classes and subclasses like Entity and Field, it is way more sloppy and buggy. Still has some kinks to work out.
- As I said before, I rewrote it from the source code of Python. It is fully C#
Well, I wanted a challenge and I got it. It was a whole heck of a time rewriting functions into class methods and variable types into another, et cetera. I gotta say, I still don't hate programming yet.
Yes, I intend to try and port this to pure C, both compilable by GCC and other compilers.
Yes, please oh my. If you want to help me, fork it then push to the main branch. I will be doing some checking as well. Thanks!