Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Hello All,
You can check it out here.
This has come a long way, since the previous versions.
Any feedback is appreciated!
Emalton
EDIT: Previous versions might be taken down, at any time.
Offline
den3107's Suggestions:
This is a few px too long to fit on a 1920x1080 resolution
RoomID textbox in lobby
Lobby search bar
Loading icon/label while loading
After registering, give feedback and go to lobby.
The overal border (the white line), really doesn't look nice with the curved corners of the panels
Fix colors (Srna will be helping with this)
Fix gems and login streak
Padding between the icon and the label (at gems)
Quick-pm a person when you click their name in-chat?
Option to hide passwords
Fix Logo
"No friends currently online"
Energy (current/max)
Make extraspace just as high as news
Left-aligning the world name and center rest
Update the blocks
Optional Map Settings
No leave button
Logout / change room
Upon clicking on a username, insert "/pm <Username> " in the text box
Uppercase usernames
Change fonts
My Suggestions:
News
Maybe Energy Shop?
Show minimaps
Gold border in game
Gold border in friends list
God Mode
I shouldn't be reloading the images each time I need them.
Players shouldn't be able to erase others
Gems / Profile information
Abolish the placeholders!
Better Movements
Re-organize code
Update Blocks
Movements with faces
Underline your name if you are mentioned
Underline friends when they are mentioned
Disallow guests from using this
If there are already players in the room, don't say that they joined.
Improved graphics
Lobby
Functional Buttons
Friends
Display Blocks
Register
Srna's Suggestions:
Show all friends
Nokia Cellphone font in friends list
Offline
Logging in with "guest" "guest" doesn't work.
Offline
The guest account works fine.
Guests can no longer use this.
Offline
I am really new to website designing, so it might be a bit cringy.
When you're cringeworthy, take it with pride! Don't let le negative anti-cringe conformists try to change who you really are inside.
Offline
The guest account works fine.
No it doesn't
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
This no longer supports guest accounts.
Offline
UI looks fine to me (not sure how responsive it is, but oh well...).
Couple suggestions:
Button to login as guest (instead of having to fill in credentials yourself).
Clicking on username (either from the left hand list, and preferably also by clicking on the username in chat) will create a pm message for you.
When logged in, a button to log out again (or some other form to change room).
Either make username full caps or lower case Currently you'd suggest CammelCase, and obviously you don't know where to put upper case letters mid-string.
Offline
UI looks fine to me (not sure how responsive it is, but oh well...).
Couple suggestions:
Button to login as guest (instead of having to fill in credentials yourself).
Clicking on username (either from the left hand list, and preferably also by clicking on the username in chat) will create a pm message for you.
When logged in, a button to log out again (or some other form to change room).
Either make username full caps or lower case Currently you'd suggest CammelCase, and obviously you don't know where to put upper case letters mid-string.
Thanks for your reply. I'll get started on your suggestions, but I won't be adding the guest button because I don't see how it would benefit a chat client.
What did you have in mind when you mentioned how responsive it is? Did you mean about the PM idea?
Offline
Offline
Try now
Offline
I was about to create one too, but R.I.P.
Offline
I was about to create one too, but R.I.P.
If you are interested in helping, it would be greatly appreciated.
Offline
That's a legit-looking website you got there. Would be a shame if... someone...
Nah, you can see the bot code in the page source - which, incidentally, makes it really easy to copy.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
HG wrote:I was about to create one too, but R.I.P.
If you are interested in helping, it would be greatly appreciated.
I don't like to be part of a team project. I prefer to work alone whenever I want.
I have enough knowledge of HTML/CSS and JavaScript to write a chat client that looks beautiful.
Plus, I don't like your coding style (opening braces on new lines, gawd, just why?)
Offline
I actually have not been a part of a team project either, so I was open to giving it a shot.
ok
It's how I was taught, I never changed and probably never will unless there is a reason to.
Offline
Making my own chat client:
Offline
Why not make a new topic instead of hijacking mine?
and you unwooted my post how rude
Offline
Thanks for your reply. I'll get started on your suggestions, but I won't be adding the guest button because I don't see how it would benefit a chat client.
What did you have in mind when you mentioned how responsive it is? Did you mean about the PM idea?
Responsive, as hummerz5 pointed out, addresses if it works on different resolutions and orientations.
PM idea would basically mean: If I'd join a room with hummerz5, I could click his name (either from the left hand list, or by clicking his name in the chat itself). When clicking, the chatbar (where you type your message) would get "/pm hummerz5 " written in it, so I don't have to myself.
Plus, I don't like your coding style (opening braces on new lines, gawd, just why?)
I honestly can barely read code when it's on the same line. I need the extra whitespace the newline gives (probably due to my dyslexia). And since there's pretty much no downside to having extra newlines and spaces in your source code, why not?
But let's not discuss that stuff here (which I just kinda did v_v), I know it can get pretty messy stuff...
Offline
Emalton wrote:<snip>
Responsive, as hummerz5 pointed out, addresses if it works on different resolutions and orientations.
PM idea would basically mean: If I'd join a room with hummerz5, I could click his name (either from the left hand list, or by clicking his name in the chat itself). When clicking, the chatbar (where you type your message) would get "/pm hummerz5 " written in it, so I don't have to myself.
Oooo I understand. I'll work on that when I have some extra time this upcoming week.
I honestly can barely read code when it's on the same line. I need the extra whitespace the newline gives (probably due to my dyslexia). And since there's pretty much no downside to having extra newlines and spaces in your source code, why not?
Yeah, I need spacing too. For some reason it is challenging for me to read in a straight line, I always carry my little card with me whenever I have to read large amounts of text. I hate it, but it works.
There is a lobby list that uses lrussell's fantastic WebAPI, which can be found here.
Offline
I forgot about this until today.
So I went along and added a bunch of new things.
Thanks for BlockHandler.js, destroyer123!
I'm also partially colorblind so if someone has ideas for colors that would be really appreciated.
Looking for feedback and suggestions!
--
I will be working on the PM-insert code tomorrow, as requested by den3107. I'll make the UI less cringy once I get most of the need stuff down.
Contributors are always welcome!
Offline
I'd suggest a different font, got 2 suggestions:
1) Use Lato for the base of your site, and a monospaced font for the chat, like Consolas.
2) Use the font that Whatsapp uses over your entire site: Helvetica Neue.
Offline
I'd suggest a different font, got 2 suggestions:
<snip>
Done, let me know what you think!
I also added your PM idea that you suggested earlier.
EDIT:
Kleminem / Srna is assisting with the layout!
THANKS FAM!
Offline
Couple points:
Register has no return option;
Registering gives no feedback;
Password fields aren't... Password fields, they're plain text with just a bit lighter font color;
Logo image is broken link;
Website is just a couple pixels too long to fit on a 1920x1080 resolution;
The overal border (the white line), really doesn't look nice with the curved corners of the panels;
Color palette is a bit too vibrant, I'd suggest lowering the saturation (HSV);
Maybe give a little label "No friends currently online";
Amount of gems and login streak doesn't seem to work;
Maybe also show energy (current/max);
Give a bit of padding between the icon and the label (at gems);
Maybe change the "Play" button to "Chat";
I'd suggest left-aligning the world name and it's header and centering all the other columns and their headers;
Maybe allow users to enter a world id for when it's not in the list;
Maybe put a little search bar above the table;
Not sure about this one, just see how it looks: add a bit of padding between cells;
Stick to the grid, make extraspace just as high as news;
Give the user an option to load the world or not;
Maybe update the blocks too?;
No leave button once in chat;
Maybe also quick-pm a person when you click their name in-chat?;
Show a loading icon/label while the chat and room are loading.
Ok, maybe it're a bit more than a couple...
Sorry that I can't make a better suggestion on the colors. They are a bit too far apart from each other, but with your current layout I can't really think of a better way to handle the colors.
P.S. Nice you use Font Awesome
Offline
Am working on a few things, will get to those soon!
Thanks Srna for the login screen idea!
EDIT:
What do you mean by "Give the user an option to load the world or not"?
EDIT 2:
nvm
Offline
[ Started around 1731274933.6729 - Generated in 0.176 seconds, 12 queries executed - Memory usage: 1.83 MiB (Peak: 2.12 MiB) ]