More up-to-date server for shooter
 
 
 
Go to file
Vectozavr d901be2638 merge from 3dzavr 2023-08-01 14:04:15 +03:00
3dzavr@c671537f8d merge from 3dzavr 2023-08-01 14:04:15 +03:00
img small refactoring 2022-02-23 11:59:35 +07:00
network Added EventHandler, bug fixes with chat and with Error messages 2023-05-27 18:14:17 +03:00
obj refactoring 2022-07-19 16:57:09 +07:00
player Added EventHandler, bug fixes with chat and with Error messages 2023-05-27 18:14:17 +03:00
sound OS Windows support 2021-10-09 17:41:12 +07:00
textures OS Windows support 2021-10-09 17:41:12 +07:00
weapon Added EventHandler, bug fixes with chat and with Error messages 2023-05-27 18:14:17 +03:00
.gitignore Resolve conflicts 1 2023-05-21 15:59:01 +03:00
.gitmodules Resolve conflicts 2 2023-05-21 16:29:27 +03:00
CMakeLists.txt Added EventHandler, bug fixes with chat and with Error messages 2023-05-27 18:14:17 +03:00
LICENSE Create LICENSE 2023-08-01 12:42:13 +03:00
README.md update readme file 2022-07-21 09:53:29 +07:00
Shooter.cpp Added EventHandler, bug fixes with chat and with Error messages 2023-05-27 18:14:17 +03:00
Shooter.h Resolve conflicts 3 2023-05-21 16:34:55 +03:00
ShooterConsts.h Resolve conflicts 3 2023-05-21 16:34:55 +03:00
Source.cpp Resolve conflicts 3 2023-05-21 16:34:55 +03:00
connect.txt refactoring 2022-07-11 20:58:05 +07:00
server.txt refactoring 2022-07-11 20:58:05 +07:00

README.md

Shooter on self-written 3D engine

About:

Source code of simple shooter on 3Dzavr game engine

Project demonstration

MIT License Community Discord Commits TODOs Issues Repo size

Installation:

1) [Download release](https://github.com/vectozavr/shooter/releases/tag/0.1.0), [unzip it](https://www.7-zip.org) and run shooter.exe file
  1. Write ip and port of server in connect.txt file.

  2. Write port of the server in server.txt file (only for computer where the server will be running).

  3. Enjoy gaming!

Click here if you want to run the server

Control:

Mouse, Space, A, S, W, D player control.

SHIFT slow motion (this ability is not infinite: its bar is next to hp)

E & Q or keys <- -> change weapon

R recharge

O turn OpenGL on/off

Tab turn debug mode on/off

Playing with a source code:

  1. Download and install OpenAL library for SFML sound support (in current version you can't setup this engine without OpenAL)

  2. Clone this repository

  3. Open project

    Using CLion with MinGW (32-bit) compiler: open CMakeList.txt as a project

    Using Visual Studio: open shooter.sln as a project

  4. Built project and run the game

Structure: Project demonstration

Online: Project demonstration

GamePlay: Project demonstration Project demonstration Project demonstration Project demonstration Project demonstration