Code Monkey home page Code Monkey logo

awesome-game's Introduction

项目来源

https://github.com/ordinaryA/Awesome-Game.git

我只保留了扫雷,我喜欢玩扫雷

有两个releases

  • 一个是可以自动标记下一次所有雷,就不用自己苦哈哈的标记了!相对方便!
  • 二一个是自动循环标记所有雷,直到没有雷可以标记!超方便!

这样感觉比其他扫雷用起来舒适多了。

我添加了自动点击的逻辑js代码和循环点击标记的js代码。但是现在的代码是循环点击标记代码,但是没有关系!!!我会把仅仅自动点击的package传到releases。

我真的不会写前端,呜呜呜呜~。我只会java。好心累呀!

使用方法

  • 可以自己拉项目打包
  • 可以直接下载releases里的package

如果使用nginx

server {
	listen       80;
	listen  [::]:80;
	server_name  localhost;
	charset utf-8;
	root /;
	location /normal {
	   root   /usr/share/nginx/html;
	   index  index.html index.htm;
	}

	location /easy {
	   root   /usr/share/nginx/html;
	   index  index.html index.htm;
	}
	error_page   500 502 503 504  /50x.html;
	location = /50x.html {
	   root   /usr/share/nginx/html/normal;
	}
}

awesome-game's People

Contributors

yelinlan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.