Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0077739594 | |||
| 9b8d09b199 | |||
| 88fba19b5a | |||
| 5859d67376 | |||
| 2b50846297 | |||
| e02e2ad194 | |||
| 3029eaf485 |
@@ -1,2 +1,12 @@
|
|||||||
# arcade
|
# Серия проектов на игровом движке "Arcade"
|
||||||
|
|
||||||
|
Весь проект разбит на отдельные ветки в которых реализованы различные примеры по разным механикам
|
||||||
|
|
||||||
|
## Игра "Танки"
|
||||||
|
|
||||||
|
Реализована езда танка, стрельба в направлении указателя мыши, жизни врагов и игроков, а так же усилители.
|
||||||
|
|
||||||
|
## Движок pymunk
|
||||||
|
|
||||||
|
пока начальный проект для изучения принципов работы движка и физики, для дальнейшего использования в других играх
|
||||||
|
|
||||||
|
|||||||
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"activeFile": "tiles.tsx",
|
|
||||||
"expandedProjectPaths": [
|
|
||||||
".",
|
|
||||||
"levels"
|
|
||||||
],
|
|
||||||
"fileStates": {
|
|
||||||
"levels/default.tmx": {
|
|
||||||
"scale": 0.6685185185185185,
|
|
||||||
"selectedLayer": 0,
|
|
||||||
"viewCenter": {
|
|
||||||
"x": 554.2105263157895,
|
|
||||||
"y": 487.6454293628809
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tiles.tsx": {
|
|
||||||
"dynamicWrapping": false,
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"last.imagePath": "C:/Users/laktionov/Downloads/git/arcade/assets/pastel_resources_hex",
|
|
||||||
"map.lastUsedFormat": "tmx",
|
|
||||||
"map.layerDataFormat": "1",
|
|
||||||
"map.orientation": "4",
|
|
||||||
"map.renderOrder": "2",
|
|
||||||
"map.tileHeight": 64,
|
|
||||||
"map.tileWidth": 55,
|
|
||||||
"map.width": 20,
|
|
||||||
"openFiles": [
|
|
||||||
"levels/default.tmx",
|
|
||||||
"tiles.tsx"
|
|
||||||
],
|
|
||||||
"project": "Game.tiled-project",
|
|
||||||
"recentFiles": [
|
|
||||||
"levels/default.tmx",
|
|
||||||
"tiles.tsx"
|
|
||||||
],
|
|
||||||
"tileset.lastUsedFormat": "tsx",
|
|
||||||
"tileset.type": 1
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 735 B |
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<map version="1.10" tiledversion="1.12.1" orientation="hexagonal" renderorder="left-down" width="2" height="3" tilewidth="55" tileheight="64" infinite="0" hexsidelength="32" staggeraxis="y" staggerindex="odd" nextlayerid="2" nextobjectid="1">
|
|
||||||
<tileset firstgid="1" source="../tiles.tsx"/>
|
|
||||||
<layer id="1" name="Ground" width="2" height="3">
|
|
||||||
<data encoding="csv">
|
|
||||||
0,40,
|
|
||||||
55,55,
|
|
||||||
0,40
|
|
||||||
</data>
|
|
||||||
</layer>
|
|
||||||
</map>
|
|
||||||
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 592 B |
|
After Width: | Height: | Size: 267 B |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 309 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 649 B |
|
After Width: | Height: | Size: 545 B |
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 541 B |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 679 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 294 B |
|
After Width: | Height: | Size: 487 B |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 135 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 497 B |