adamfoneil / FirstSampleGame

An evolving twin-stick shooter
MIT License
0 stars 2 forks source link

I've wanted to make 2D games for a long time. I tried Unity, but it's way too complicated for what I want to do, and doesn't leverage my C# background enough. Then I came across Chroma 2D, and felt like this is something I can maybe do.

There's quite a lot to learn, and I'm starting from scratch. Fortunately, there are a lot of good examples to start with. I've reworked the KeyboardInput example into something OO-based with my abstract Entity class and its derived Player class.

I have a long way to go before anything is "playable."