Refactoring and add travis ant compilation
This commit is contained in:
parent
c4a56c9f4c
commit
173e2b03c3
209 changed files with 531 additions and 23 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
*.class
|
||||
bin/*
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
|
3
.travis.yml
Executable file
3
.travis.yml
Executable file
|
@ -0,0 +1,3 @@
|
|||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
9
README.md
Executable file
9
README.md
Executable file
|
@ -0,0 +1,9 @@
|
|||
# Bifrost Saver's
|
||||
|
||||
Compile status: ![Status](https://travis-ci.org/mrdev023/Global-Game-Jam.svg?branch=master)
|
||||
|
||||
Ce projet a ete creer durant la Global Game Jam de 2015 a limoges avec MrDev023,Aliths,dikaios,Fiesta87 et TheKitolex
|
||||
|
||||
[Global Game Jam #1](http://globalgamejam.org/2016/games/bifrost-savers)
|
||||
|
||||
![Image](http://globalgamejam.org/sites/default/files/styles/game_content__wide/public/games/screenshots/sr.png?itok=b_DVasVv)
|
38
build.xml
Executable file
38
build.xml
Executable file
|
@ -0,0 +1,38 @@
|
|||
<project name="lwjgl-examples">
|
||||
|
||||
<property file="build.properties" />
|
||||
<property name="src.dir" value="src" />
|
||||
<property name="build.dir" value="bin"/>
|
||||
<property name="lwjgl_jars.dir" value="./libs/"/>
|
||||
<property name="lwjgl_natives.dir" value="./libs/"/>
|
||||
<property name="build.sysclasspath" value="last"/>
|
||||
|
||||
<path id="my_cp">
|
||||
<fileset dir="${lwjgl_jars.dir}" includes="*.jar"/>
|
||||
</path>
|
||||
|
||||
<target name="compile">
|
||||
<mkdir dir="${build.dir}"/>
|
||||
<javac srcdir="${src.dir}" destdir="${build.dir}" classpathref="my_cp"/>
|
||||
</target>
|
||||
|
||||
<target name="clean">
|
||||
<delete dir="${build.dir}"/>
|
||||
</target>
|
||||
|
||||
<target name="test" depends="compile">
|
||||
<!--
|
||||
fork="true" seems to be absolutely
|
||||
necessary for the setting of java.library.path
|
||||
to be effective.-->
|
||||
|
||||
<java fork="true" classname="fr/technicalgames/Main">
|
||||
<classpath>
|
||||
<path refid="my_cp"/>
|
||||
<path location="${build.dir}"/>
|
||||
</classpath>
|
||||
<sysproperty key="java.library.path"
|
||||
value="${lwjgl_natives.dir}"/>
|
||||
</java>
|
||||
</target>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
458
res/donnees/pattern_mob.txt
Normal file
458
res/donnees/pattern_mob.txt
Normal file
|
@ -0,0 +1,458 @@
|
|||
957 -170
|
||||
957 -160
|
||||
957 -150
|
||||
957 -140
|
||||
957 -130
|
||||
957 -120
|
||||
957 -110
|
||||
957 -100
|
||||
957 -90
|
||||
957 -80
|
||||
957 -70
|
||||
957 -60
|
||||
957 -50
|
||||
957 -40
|
||||
957 -30
|
||||
957 -20
|
||||
957 -10
|
||||
957 0
|
||||
957 5
|
||||
957 5
|
||||
957 5
|
||||
957 5
|
||||
957 5
|
||||
957 5
|
||||
957 5
|
||||
957 8
|
||||
957 8
|
||||
957 8
|
||||
957 8
|
||||
957 8
|
||||
957 8
|
||||
957 8
|
||||
957 11
|
||||
957 14
|
||||
957 17
|
||||
957 20
|
||||
957 20
|
||||
957 20
|
||||
957 20
|
||||
957 20
|
||||
957 26
|
||||
957 26
|
||||
957 26
|
||||
957 26
|
||||
957 29
|
||||
957 32
|
||||
957 32
|
||||
957 32
|
||||
957 32
|
||||
957 35
|
||||
957 35
|
||||
957 38
|
||||
957 38
|
||||
957 41
|
||||
957 44
|
||||
957 44
|
||||
957 44
|
||||
957 47
|
||||
957 47
|
||||
954 50
|
||||
954 50
|
||||
954 50
|
||||
954 53
|
||||
954 53
|
||||
954 56
|
||||
954 56
|
||||
954 56
|
||||
954 59
|
||||
954 59
|
||||
954 59
|
||||
954 62
|
||||
954 62
|
||||
954 62
|
||||
954 65
|
||||
954 65
|
||||
954 68
|
||||
954 71
|
||||
954 71
|
||||
954 71
|
||||
954 74
|
||||
954 74
|
||||
954 77
|
||||
954 77
|
||||
954 77
|
||||
954 80
|
||||
954 83
|
||||
954 83
|
||||
954 83
|
||||
954 86
|
||||
954 89
|
||||
954 89
|
||||
954 89
|
||||
954 89
|
||||
954 92
|
||||
954 92
|
||||
954 95
|
||||
954 95
|
||||
954 98
|
||||
954 98
|
||||
954 98
|
||||
954 98
|
||||
954 101
|
||||
954 101
|
||||
954 107
|
||||
954 107
|
||||
954 110
|
||||
954 110
|
||||
954 113
|
||||
954 113
|
||||
954 113
|
||||
954 116
|
||||
954 116
|
||||
954 119
|
||||
954 119
|
||||
954 122
|
||||
954 125
|
||||
954 125
|
||||
954 128
|
||||
954 128
|
||||
954 131
|
||||
954 131
|
||||
954 131
|
||||
954 131
|
||||
954 134
|
||||
954 137
|
||||
954 137
|
||||
954 137
|
||||
954 137
|
||||
954 137
|
||||
954 137
|
||||
954 140
|
||||
954 140
|
||||
954 143
|
||||
954 143
|
||||
954 143
|
||||
954 152
|
||||
954 152
|
||||
954 152
|
||||
954 152
|
||||
954 152
|
||||
954 152
|
||||
954 155
|
||||
954 155
|
||||
954 158
|
||||
954 161
|
||||
954 161
|
||||
954 161
|
||||
954 164
|
||||
954 167
|
||||
954 167
|
||||
954 170
|
||||
954 170
|
||||
954 173
|
||||
954 176
|
||||
954 176
|
||||
954 182
|
||||
954 182
|
||||
954 185
|
||||
954 188
|
||||
954 191
|
||||
954 194
|
||||
954 194
|
||||
954 197
|
||||
954 197
|
||||
954 200
|
||||
954 200
|
||||
954 203
|
||||
954 203
|
||||
954 203
|
||||
954 206
|
||||
954 209
|
||||
954 209
|
||||
954 209
|
||||
954 209
|
||||
954 209
|
||||
954 212
|
||||
954 215
|
||||
954 215
|
||||
954 218
|
||||
954 218
|
||||
954 221
|
||||
954 221
|
||||
954 221
|
||||
954 224
|
||||
954 224
|
||||
954 227
|
||||
954 230
|
||||
954 233
|
||||
951 236
|
||||
951 239
|
||||
951 242
|
||||
951 242
|
||||
951 248
|
||||
951 254
|
||||
951 257
|
||||
951 257
|
||||
951 260
|
||||
951 263
|
||||
951 266
|
||||
951 269
|
||||
948 272
|
||||
948 275
|
||||
948 275
|
||||
948 278
|
||||
948 281
|
||||
945 284
|
||||
945 284
|
||||
945 287
|
||||
945 290
|
||||
945 293
|
||||
942 296
|
||||
942 299
|
||||
942 299
|
||||
939 305
|
||||
939 308
|
||||
936 311
|
||||
936 314
|
||||
933 317
|
||||
930 323
|
||||
927 329
|
||||
927 329
|
||||
924 332
|
||||
924 335
|
||||
918 344
|
||||
915 347
|
||||
915 350
|
||||
915 350
|
||||
912 356
|
||||
909 359
|
||||
906 362
|
||||
906 368
|
||||
903 374
|
||||
903 377
|
||||
900 383
|
||||
897 389
|
||||
894 398
|
||||
894 398
|
||||
894 401
|
||||
888 410
|
||||
885 413
|
||||
882 416
|
||||
882 416
|
||||
882 419
|
||||
876 425
|
||||
873 428
|
||||
873 428
|
||||
867 434
|
||||
864 443
|
||||
861 443
|
||||
861 446
|
||||
855 452
|
||||
849 461
|
||||
846 467
|
||||
846 470
|
||||
843 470
|
||||
843 473
|
||||
843 479
|
||||
840 485
|
||||
837 488
|
||||
837 491
|
||||
837 497
|
||||
837 500
|
||||
837 500
|
||||
837 503
|
||||
837 509
|
||||
837 512
|
||||
837 512
|
||||
837 515
|
||||
837 518
|
||||
840 521
|
||||
840 524
|
||||
843 524
|
||||
843 530
|
||||
846 533
|
||||
849 536
|
||||
852 539
|
||||
855 545
|
||||
858 545
|
||||
861 548
|
||||
867 551
|
||||
873 554
|
||||
876 554
|
||||
876 554
|
||||
885 560
|
||||
894 563
|
||||
900 566
|
||||
900 566
|
||||
903 566
|
||||
909 566
|
||||
915 569
|
||||
918 572
|
||||
921 572
|
||||
921 572
|
||||
930 575
|
||||
936 578
|
||||
936 578
|
||||
942 578
|
||||
948 581
|
||||
951 581
|
||||
954 581
|
||||
960 584
|
||||
969 584
|
||||
972 584
|
||||
975 584
|
||||
981 587
|
||||
984 587
|
||||
990 590
|
||||
996 590
|
||||
999 590
|
||||
999 593
|
||||
1005 593
|
||||
1011 593
|
||||
1014 593
|
||||
1020 596
|
||||
1026 596
|
||||
1029 596
|
||||
1035 596
|
||||
1038 596
|
||||
1044 596
|
||||
1050 596
|
||||
1053 596
|
||||
1056 596
|
||||
1059 596
|
||||
1065 596
|
||||
1068 596
|
||||
1071 596
|
||||
1074 594
|
||||
1077 594
|
||||
1083 594
|
||||
1089 591
|
||||
1095 591
|
||||
1104 588
|
||||
1110 588
|
||||
1116 585
|
||||
1122 585
|
||||
1125 582
|
||||
1131 582
|
||||
1134 579
|
||||
1137 579
|
||||
1137 579
|
||||
1140 576
|
||||
1140 576
|
||||
1143 573
|
||||
1146 570
|
||||
1146 570
|
||||
1146 567
|
||||
1146 567
|
||||
1149 567
|
||||
1149 564
|
||||
1149 561
|
||||
1152 561
|
||||
1152 558
|
||||
1152 555
|
||||
1152 552
|
||||
1152 552
|
||||
1152 549
|
||||
1152 546
|
||||
1152 543
|
||||
1152 537
|
||||
1152 534
|
||||
1152 531
|
||||
1152 528
|
||||
1152 528
|
||||
1152 525
|
||||
1152 519
|
||||
1152 516
|
||||
1152 510
|
||||
1149 510
|
||||
1146 504
|
||||
1146 504
|
||||
1143 501
|
||||
1143 498
|
||||
1140 498
|
||||
1137 495
|
||||
1134 492
|
||||
1131 489
|
||||
1128 486
|
||||
1125 483
|
||||
1119 480
|
||||
1119 477
|
||||
1116 477
|
||||
1116 474
|
||||
1116 474
|
||||
1113 474
|
||||
1113 471
|
||||
1110 468
|
||||
1110 468
|
||||
1104 462
|
||||
1104 459
|
||||
1101 456
|
||||
1098 453
|
||||
1095 450
|
||||
1092 447
|
||||
1089 444
|
||||
1086 441
|
||||
1086 438
|
||||
1080 435
|
||||
1077 432
|
||||
1074 429
|
||||
1071 426
|
||||
1068 423
|
||||
1062 417
|
||||
1062 417
|
||||
1059 414
|
||||
1056 411
|
||||
1050 405
|
||||
1047 402
|
||||
1041 396
|
||||
1038 393
|
||||
1035 390
|
||||
1032 387
|
||||
1026 381
|
||||
1020 378
|
||||
1017 375
|
||||
1014 372
|
||||
1011 369
|
||||
1008 363
|
||||
1002 357
|
||||
999 351
|
||||
996 348
|
||||
993 342
|
||||
990 339
|
||||
990 336
|
||||
987 333
|
||||
987 333
|
||||
987 330
|
||||
981 321
|
||||
975 312
|
||||
975 312
|
||||
972 309
|
||||
966 297
|
||||
960 294
|
||||
960 291
|
||||
957 291
|
||||
957 291
|
||||
957 291
|
||||
957 288
|
||||
957 285
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
||||
954 282
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue