Is it feasible to build a website for player profiles and a game?

0
15
Asked By GamerGuru99 On

Hey everyone! I'm a game developer with an idea that's been on my mind, and I'd love your thoughts on the feasibility of it. I'm envisioning a website where users can sign in and access their own profile pages—think along the lines of Facebook or MySpace, but without all the bells and whistles like news feeds or media uploads.

The key feature would be a web-based game that automatically starts on their profile page—a simple character creator where users can customize their character's appearance, such as clothing and body types, much like a typical RPG character creator.

The goal is for the characters created on this site to be usable in my future games. I already have mechanisms in place for storing and retrieving data, as it mainly involves arrays, so that part should be straightforward.

However, I'm a bit rusty on web development—I took a basic course a decade ago, but I still need guidance on creating a site where users can manage their profiles. I did some research and found that WordPress might have relevant capabilities, but I'm not completely sure.

Can anyone suggest resources or learning paths to help me develop a website like this? I can handle the game development side, but I need help with the web part!

3 Answers

Answered By LearnWithOdin On

Check out The Odin Project! It's a great resource where you can navigate through different sections and find what you need without starting from scratch. You'll definitely need a backend for your website, so pay attention to that part!

Answered By CodeCrafter42 On

If you know your way around game development, you can definitely pull this off! Just a heads up, though: steer clear of using WordPress for this project. Instead, I recommend using Laravel along with one of its authentication kits. You might want to check out tutorials on building a character creation editor using canvas and JavaScript, then save the data in a model and set up a JSON API endpoint for your game to interact with it.

DevDabbler34 -

Got it, Laravel sounds promising! Should I really run the character creator directly on the site instead of building it as a separate web app? That seems more manageable for just a character creator.

GameDevFan76 -

You might find some older flash dress-up game tutorials helpful instead of relying solely on AI-generated stuff!

Answered By DeletedUser1 On

[deleted]

CuriousMind84 -

Wow, we've reached the stage where users are sharing AI-generated codes. So wild!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.