https://github.com/yaro2709/new-star
Web. browser game engine :)
https://github.com/yaro2709/new-star
2moons antaris antaris-legacy browsergame engine game-engine new-star o-game ogame php space-engine star steemnova supernova x-nova x-terium xg-project xnova xterium
Last synced: 6 months ago
JSON representation
Web. browser game engine :)
- Host: GitHub
- URL: https://github.com/yaro2709/new-star
- Owner: Yaro2709
- License: mit
- Archived: true
- Created: 2020-04-01T14:32:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T21:26:20.000Z (about 2 years ago)
- Last Synced: 2025-04-10T06:39:18.775Z (6 months ago)
- Topics: 2moons, antaris, antaris-legacy, browsergame, engine, game-engine, new-star, o-game, ogame, php, space-engine, star, steemnova, supernova, x-nova, x-terium, xg-project, xnova, xterium
- Language: PHP
- Homepage: https://yaro2709.github.io/New-Star-website/
- Size: 114 MB
- Stars: 111
- Watchers: 19
- Forks: 71
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# New-Star
New-Star is a web browser game engine. The goal of this work is to completely restart 2Moons: a new design, a new gameplay and much more. The open source browsergame framework is based on [2Moons](https://github.com/jkroepke/2Moons).
## Website New-Star
Do you want to know more about us? Then go to our [website](https://yaro2709.github.io/New-Star-website).
## Gallery New-Star
There is also a [gallery](https://yaro2709.github.io/New-Star-website/gallery) of the project so that anyone can visually familiarize themselves with the project.
## Community New-Star
Want to keep abreast of the latest developments? Then come visit us on [Discord](https://discord.gg/pu7faEb), [Telegram](https://t.me/newstarnet), [Facebook](https://www.facebook.com/groups/newstarnet), [Instagram](https://www.instagram.com/newstarnet)!
## Repository structure
- [cache] - temporary cached server .tpl webpages
- [chat] - AJAX ingame client-side chat
- [includes]
- game engine
- configuration
- administration
- database scheme
- external libraries
- webpages functionality
- [install]
- first installation
- database creation
- [language] - translations: EN, RU
- [licenses] - open source license schemes
- [sound] - media files
- [mods] - modifications that are devoid of support
- [scripts] - client-side web browser .js scripts
- [styles]
- webpages .css templates
- webpages .tpl templates
- fonts
- images
## Local installation- Clone the repo: `git clone https://github.com/New-Star/New-Star`
- Install components: `apt install apache2 php7.3 php7.3-gd php7.3-fpm php7.3-mysql php7.3-curl php-ds libapache2-mod mysql-server`
- Setup mysql: `create user USER identified by PASSWORD; create database DB; grant all privileges on DB.* to USER;`
- Set write privileges to dirs: `cache/`, `includes/`
- Run wizard: `127.0.0.1/install/install.php`