Releases: kostyabet/TacticsGame-fasm
Releases · kostyabet/TacticsGame-fasm
v0.1
Tactics Game - игра-головоломка
Советская игра сувенир-головоломка написана на FLAT Assembler под Windows с использованием WinAPI и OpenGL.
Установка
Вы можете использовать последнюю Relese
версию для игры:
- Скачайте
tacticsgame.zip
из файлов последнего релиза; - Разархивируйте папку с игрой в удобное для вас место.
Играть
- Откройте папку с файлами игры.
- Двойное левое нажатие кнопки мыши по
*.exe
файлу. - Играйте!!!
Благодраность
Если Вам понравился данный проект, пожалуйста, поставьте звёздочку :)
v0.1-beta.6
What's Changed
- PR #10 Create points logic by @kostyabet in #33
- PR #11 Create Leader Board by @kostyabet in #34
Full Changelog: v0.1-beta.5...v0.1-beta.6
v0.1-beta.5
Server part
- add check password and login in DB:
- login length > 3;
- password lengt h> 3;
- login is unical.
Game Part
- create HTTP request handler in FASM;
- create API ini file for login and password saving;
- create autentification page:
- page open if can't find id;
- can close and left game;
- can hide password;
- can see error trace;
- can submit and start plaing by creating account.
v0.1-beta.4
Frontend updates
- add favicon
- connect loading bar to server load
Create REST API
Create methods:
- POST("/players", AddPlayer)
- GET("/players", IsPlayerExist)
- POST("/scores", AddScore)
- GET("/scores", AllUserScores)
- GET("/bestscores", AllBestScores)
Create POST and GET http request handlers which was written on FASM in Server folder
- POST: add new data in DB
- GET: give info about smth
Microservices works by .json files
v0.1-beta.3
Small Fixes
- delete *.fas file in release version
- fix exit from application bugs
- add sound mutex for threads syncronize
- fix volume range from 0..90 to 0..100
- winner page fixes:
- delete unnecessary info
- fix offsets
- fix sound restart bugs
v0.1-beta.2
Complete Settings and add Music & Sound
- add music
- add sounds
- complete music & sound switch:
- connect them to program
- complete music volume
- create slider music changer
Musics:
- fone sound
- game sound (only when game was started)
Sounds:
- add click sound
- add tick sound
- add exit sound
- add hover sound
v0.1-beta.1
Setup
npm install
;- change
setup.json
- input your directions; node build
|node build Debug
|node build Release
;node build
equalnode build Debug
;
node run
|node run Debug
- for start debag version ornode run Release
for Release version.