You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,17 @@
2
2
3
3
PUBG (original [PUBG](https://www.playbattlegrounds.com), sorry for using your abbreviation, we just want to train our programming skills in this little game for coders and haven't plans to publish it on Steam in the future) is an automatic environment (actually battleground) where several alrogithms fight in the real time.
4
4
5
-
Each algorithm controls a creature (which can be bull, rhino, slugs etc.) with an aim to grab bullets and hurt other creatures with it. By killing enemies your creature increases it's IQ, the smartest creatures lists in the leaderboard.
5
+
Each algorithm controls a creature (which can be bull, rhino, slug etc.) with an aim to grab bullets and hurt other creatures with it. By killing enemies your creature increases it's IQ, the smartest creatures lists in the leaderboard. Take a look at running PUBG [here](http://appcraft.pro/pubg/).
1. If you're learning programming you can use PUBG to train your projection (from abstract thoughts to certain commands) skill.
12
+
13
+
2. If you works in a team you can organize weekly battles and give pizza, beer or iPhone X to a winner.
14
+
15
+
3. If you're a teacher you can use PUBG as a small lab to demonstrate basic algorithms and applied samples of programming knowledge. It's much more interesting to make a brain for a creature rather than to draw a parabola on a screen (in most cases).
Copy file name to clipboardexpand all lines: brains/br_bulletbull.js
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ br_bulletbull = {
6
6
7
7
author: "Urist",
8
8
9
+
description: "The spinning one. BULLetBULL gathers enough bullets, then goes to the arena center and starts spinning like a balerina of death until some poor soul appears in his line of sight.",
Copy file name to clipboardexpand all lines: brains/br_dexter.js
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ br_dexter = {
2
2
name: "MoreGun",
3
3
kind: kinds.splitpus,
4
4
author: "Sad108",
5
+
description: "The revengeful one. His parents were brutally murdered. Killer was never found. Now Dexter Moregun is looking for the most infamous murderers to brutally murder them.",
Copy file name to clipboardexpand all lines: brains/br_enigma.js
+8-4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ br_enigma = {
4
4
name: "Enigma",
5
5
kind: kinds.miner,
6
6
author: "BigData",
7
+
description: "Infobot. He keeps his opponents informed about the weather in different cities all over the world and broadcasts actual bitcoins course",
Copy file name to clipboardexpand all lines: brains/br_pacifist.js
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ br_pacifist = {
4
4
name: "Pacifist",
5
5
kind: kinds.moose,
6
6
author: "Sonya",
7
+
description: "Make love, not war ☮︎ Bot with a hard destiny: he does not accept any type of violence, so the main purpose of his life is to consume the bullets before others will get them",
0 commit comments