Hello everyone,
I’m working on a project and could use some guidance on where to start. My goal is to create a simple web game, like chess, that can be played online using a client-server architecture.
I already have a Windows Server virtual machine up and running with some services like DHCP and DNS configured. My aim is to make the game playable by accessing the server, but I want to keep it limited to my intranet (private address) rather than putting it on the internet.
The challenge I’m facing is with building the game itself, as I have no experience in programming. Any advice or resources on how to get started with this would be greatly appreciated!