-
Artificial Intelligence Project
-
The aim of this project is to experiment A* search algorithm
-
This game is written in Typescript, it doesn't use a game engine, just RxJS Observables
-
Powered by Angular
-
-
Author: Murhaf Sousli
-
-
-
-
-
Characters Sprites by Sithjester
-
-
-
-
-
diff --git a/src/app/components/about/about.component.spec.ts b/src/app/components/about/about.component.spec.ts
deleted file mode 100644
index 60979e9..0000000
--- a/src/app/components/about/about.component.spec.ts
+++ /dev/null
@@ -1,28 +0,0 @@
-/* tslint:disable:no-unused-variable */
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-import { By } from '@angular/platform-browser';
-import { DebugElement } from '@angular/core';
-
-import { AboutComponent } from './about.component';
-
-describe('AboutComponent', () => {
- let component: AboutComponent;
- let fixture: ComponentFixture