Skip to content

Repository files navigation

ASCII Assault Server

Server-Client Diagram

  • Got the server-client configuration complete

Next up list for server-side

  • Research and choose secure hashing (and salting) algorithm
    • Went with PBKDF2 + SHA256, 100k iterations, 16-byte random salt
  • Set up user registration system for people logging in
  • confirm password works with salting system for mySql
  • set up logging in system and character choice
    • build out character table in MySql
  • work on sending images, sound, etc. over socket for users
    • maybe just sync? send

Database Setup

Run db/create_users_table.sql against your MySQL instance before starting the server.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages