


This article summarizes 10 open source online games on GitHub, which can be played by clicking on them. Most of the games support playing on mobile phones, which is really cool!
I wrote an article earlier and introduced 5 interesting and fun open source games. Although that article was recognized by the majority of readers at that time, there were also readers who Feedback: “These games look really interesting, but I don’t know how to install them and I’m worried if I can’t play them!” Readers’ needs are my direction. Instead of being “reasonable”, it’s better to just cut down the threshold, so I started planning to write a game. Article Click to open and you can play 's collection of open source games.
When looking for interesting online game open source projects, I found that although they are not as good as those PC games in terms of game quality and graphics, But they also have their own advantages, such as: No installation required, Easy to operate, Novel gameplay, Puzzle and relaxation, these games are basically You can play a game right away in your spare time (waiting for a meal, on the road, in a meeting?). The important thing is that because they run on the browser, most of the games can be played on mobile phones, which is really cool!
Today, I finally saved up 10 open source online games and share them all with you at once. HelloGitHub’s selected open source projects must have their own merits, let’s “watch and play” together!
1. Hextris (hexagonal Tetris)
Star number:2k|Programming language: JavaScript|Mobile version: Support
This is a fast-paced puzzle game inspired by Tetris. Hextris is basically played like Tetris, where you control the direction to eliminate falling blocks.
Players can rotate the hexagon through the Left/right
direction keys so that the falling colored bars fall on the specified edge. The down direction key can speed up the falling speed. Clear blocks and earn points by connecting 3 or more blocks of the same color. Continuous eliminations are rewarded with points doubled. The game ends when the color block breaks through the dark gray hexagon.
Source code: github.com/Hextris/hex…
Address: hextris.io/
2. adarkroom (little dark room)
Star number: 6.3 k|Programming language: JavaScript|Mobile version: Not supported
An interesting text-only adventure game that supports Chinese. In the game, players collect materials, add buildings, make props, and weapons to experience an interesting adventure. If you like RPG games, this will definitely be your cup of tea.
The game is a bit boring in the early stage and you can only click Tim Chai
. Students who have never played it are easily confused at first because it takes time to trigger the event. Click Tim after reading the scrolling text. Chai
Wait patiently for 30 seconds, and a new event will be triggered, thus starting your adventure. The game will save game progress locally by default, and also supports importing/exporting archives.
Source code: github.com/doublespeak…
3. lifeRestart (life restart simulator)
##Star Number: 9.6k|Programming language: JavaScript|Mobile version: Support
Speaking of online word games, we have to mention the open source game "Life Restart Simulator" that was particularly popular in the past two years.
In the game, players only need to select talents and assign initial attributes at the beginning, and then watch the years fly by, and their life will be over in the blink of an eye. If you are not satisfied, you can click to restart again
You can start a new life. The game became popular due to its witty and humorous writing and unexpected ending. Now in addition to the above-mentioned classic mode gameplay, there is also a new celebrity mode to experience the life of a celebrity.
Source code: github.com/VickScarlet…
Address: liferestart.syaro.io/public /inde...
4, lila (chess)
Star number:12.9k|Programming language:Scala TypeScript|Mobile terminal:Support
This is a chess game that promises to be free forever and without ads. It supports Chinese. . This project is not just a chess game, but a platform for everything about chess. Because in addition to online battles, human-machine battles, friend battles, competitions, etc., it also has tutorials for learning chess, a community, and watching and live streaming.
Source code: github.com/lichess-org…
Address: lichess.org/zh
5. proxx (clear the black hole)
Star number: 1.2k|Programming language: JavaScript|Mobile version: Support
A game similar to minesweeper. The gameplay and rules are basically the same as minesweeper. Here we exclude unknowns Black hole behind the block.
You can choose the game difficulty at the beginning, set the width/height and the number of black holes. After the player clicks on an unknown block, a number or a black hole will appear. If it is a number, the number represents the number of black holes around it. For example, "1" means that there is a black hole behind the block around the number. If the black hole is clicked, the game will begin. Finish. The upper left corner shows the number of unknown blocks, the upper right corner shows the cost/optimal time, and the switch button below can switch to marking mode.
Source code: github.com/GoogleChrom…
Address: proxx.app/
6、react-tetris(Tetris)
Star number:7.4k |Programming language: TypeScript|Mobile version: Support
to reproduce the classic Tetris. This project uses the technology stack of React Redux Immutable. The reproduction level of this game can be called pixel level, which is not only reflected in the picture, but also in terms of smoothness, gameplay, sound effects and other aspects.
Source code: github.com/chvin/react…
Address: chvin.github.io /react-tetri…
7. Open-Golf (Mini Golf)
##Star number:1.6k|Programming language: C|Mobile version: Not supported
A golf game with a total of 20 levels. Although the graphics of the game are rough, I had a good time playing it. The highlights are the collision response and the interesting level design.Source code: Address:
8、pinball
Star Number: 1.9k|Programming language: Flutter|Mobile version: Not supported
This is a Google open source classic built using Flutter and Firebase Pinball game. There are operation prompts at the beginning: A (left filter)/S (serve)/B (right filter). The game is very exquisitely made.Source code: Address:##9、chinese-dos-games(Chinese DOS games)
##Star Number
Programming language: Python|Mobile terminal: Support An online Chinese DOS game collection, currently supporting 1800 games.
Source code:
Address: dos.zczc.cz /
10. Habitica(habits)
Star number
Programming language: JavaScript|Mobile version: Support This is an open source application for cultivating habits, so why does it appear in the game collection? Because it treats your habit-building process as an RPG.
You need to create tasks that need to be completed in reality according to the set habits. When you complete a task, you will receive corresponding experience and gold coins. These things can be used to upgrade the level of your virtual character and purchase equipment. . But when the mission fails, the corresponding blood volume will be lost as punishment. As your level increases, more ways to play will be opened, such as: hatching pets, professions, exclusive skills, teaming up to play dungeons, etc.Source code:
Address: habitica.com/
When writing this article, I found that a classic game will have many open source projects of the same type. For example, searching for "Tetris" on GitHub will find 50,000 open source projects, but it can be done as described in the article. "Hextris" and "react-tetris", there are very few open source projects of the same quality.
In fact, the functions are all the same, but the "things" unique to each project will not be achieved overnight. This requires continuous iteration and a lot of energy and time. Only then can the project stand out.
(Learning video sharing: Basic Programming Video)
The above is the detailed content of GitHub project sharing: 10 open source online games that can be played with just one click. For more information, please follow other related articles on the PHP Chinese website!

本篇文章在GitHub上给大家整理总结10 款开源的在线游戏,点开就能玩的那种,大部分游戏支持手机端玩耍,简直不要太爽!

GitHub是一个面向开源及私有软件项目的托管平台,可以让开发者们在这里托管自己的代码,并进行版本控制。GitHub主打的是开源项目与协作,通过这个平台上的开源项目,开发者们可以查看其他开发者的项目源代码,并进行交流和学习。

GitHub是一个非常受欢迎的版本控制和代码托管平台。然而,有时候我们可能会遭遇到无法访问GitHub的问题。这是因为GitHub是一个全球性的平台,受到地理位置、网络状况、网站设置等因素的影响。本文将介绍一些可能导致GitHub不能打开的原因,以及解决这些问题的方法。

GitHub是一个基于Git的代码托管平台,被广泛用于开源社区和企业内部代码管理。在GitHub上可以上传项目和文本文档,但是它所支持的格式和上传方式略有不同。

本篇文章给大家整理分享7个有趣又实用的开源项目,这些项目都已经收录到GitHub上的,希望对大家有所帮助!

GitHub是一个流行的代码托管平台,用于开发人员协作和版本控制。作为开发人员,您可能需要从其他开发人员的GitHub存储库中只下载特定文件夹的内容。在本文中,我们将演示如何在不下载整个存储库的情况下只下载GitHub存储库中的一个文件夹。

GitHub是一个非常受欢迎的版本控制系统,它允许用户在互联网上存储和共享自己的代码库。它是程序员的必备工具之一。但是,有时候我们可能需要删除GitHub库中的一个文件夹。本篇文章将介绍如何删除GitHub库中的一个文件夹。

Github是目前全球最大的开源社区,很多程序员都会将自己的代码托管在Github上,借助其方便的版本控制和协作功能。然而,Github上的项目仅仅是代码,要把它部署到服务器上运行,需要一些额外的工作。本文将为大家介绍具体的操作步骤。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
