C
C#2w ago
vendeten

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
Thinker
Thinker2w ago
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#?
vendeten
vendetenOP2w ago
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
Thinker
Thinker2w ago
If you feel more comfortable with Python then you could check out Pygame
Anton
Anton2w ago
There's always raylib
vendeten
vendetenOP2w ago
funnily enough i've used that before, gonna check w my uni prof if it's ok Ill check it out thanks <3

Did you find this page helpful?