• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Free Service] Making Java things for you

Epicblood

Epic Member
Hello everybody

I have been doing Java off and on for about 3 years now and really want to get better, but I have run out of Ideas of things to make.
Therefore, feel free to post here or PM me with anything you want made in Java.

If it is very complicated it may take awhile, but I will do my best to get everything done. I will even keep the source private if you wish.
 

Epicblood

Epic Member
Please for the love of God give me something to do.
Something with a bit of a challenge and something that will be fun to do. I am bored and really need to keep up my java for college.
 

Rochet2

Moderator / Eluna Dev
Make some editor
Make some server client thing (chat?)
Make some base 2d game engine (just basics)
Make some
 

Epicblood

Epic Member
Working on the chat server/client right now. Will possibly add VoIP things later. Everything is encrypted with AES-128 atm, might upgrade to 256 but idk.
 

Epicblood

Epic Member
Finally got encryption down. Still todo:
server checks with SQL server if username is allowed in room (SQL server will have list of sha256(usersname))
broadcast message to multiple clients, rather than just echo.
check if server message or client message (client messages are encoded, server messages are all in sha256)

+1 from me. It was so much fun doing this and I learned quite a lot in the process.
I might take this on later, idk
I have a job interview tomorrow so IDK how much time I will have after this :p
 
Top