Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web_game is a demo game written on JS.


For using mysql in game, type in sql shell:

create database web_game; use web_game; create table players (id int not null primary key auto_increment, nickname varchar(20), password varchar(20), hp int, xp int);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages