Skip to content

adameverson/tibia-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tibia-web realizado por Adam Everson

license

  • Magic Level v2.0.0 - Game Web semelhante ao Tibia

  • Motivação: realizar um Tibia Web

image

DEPLOY

https://magiclevel.ml

FEATURES

  • Implementação de funcionalidades semelhantes ao do Tibia

  • Mais integração com o back-end

Tibia

O desafio:

Implementação de funcionalidades semelhantes ao do Tibia

Características :

  • Diferencial Web
  • Animações
  • Usuários

Tecnologias:

  • PHP
  • Mysql
  • Ajax
  • JSON
  • HTML
  • Javascript
  • CSS

Considerações

O conhecimento adquirido pode ser utilizado para novas aplicações

Período indeterminado

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Server PHP
  • SQL Table image
  • SQL Code MySQL
    CREATE TABLE ottibia (
    id int(11) NOT NULL AUTO_INCREMENT,
    username varchar(20) NOT NULL,
    password varchar(20) NOT NULL,
    online bit(1) DEFAULT NULL,
    x int(11) NOT NULL,
    y int(11) NOT NULL,
    direcao int(11) NOT NULL,
    nivel int(11) NOT NULL,
    hp int(11) NOT NULL,
    outfit varchar(20) NOT NULL,
    mensagem varchar(100) NOT NULL,
    json varchar(150) NOT NULL,
    PRIMARY KEY (id)
    ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=latin1

Releases

No releases published

Packages

No packages published