Wanting to make a basic, super simple, proof of concept platformer game in c#
For a Uni assignment, i need to make a project. I decided to go with a simple game wher you control a square that moves and jumps around. I'm a bit overloaded on where to start (Using visual studio 2022) and was wondering if anyone could help.
5 Replies
Well, first step would probably be to pick a game engine if that's allowed.
Or are you required to do the project with nothing but C#?
Well not required to do it in C#
I do know Python a tiny bit more but it's just what the uni has been using more so far
I could try writing something in Python in the meantime if it would be more simple
If you feel more comfortable with Python then you could check out Pygame
There's always raylib
funnily enough i've used that before, gonna check w my uni prof if it's ok
Ill check it out thanks <3