Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

Graphwar is an artillery game in which you must hit your enemies using mathematical functions. The trajectory of your shot is determined by the function you wrote, and your goal is to avoid the obstacles and your teammates and hit your enemies. The game takes place in a Cartesian Plane.

![cam](/../screenshots/ss1graphwar.png?raw=true)
![cam](https://www.graphwar.com/graphwar_1/ss1graphwar.png)

## Game Modes

![Normal Function](https://www.graphwar.com/graphwar_1/funcNormal.png)![First Order Differential Equation](https://www.graphwar.com/graphwar_1/funcFst.png)![Second Order Differential Equation](https://www.graphwar.com/graphwar_1/funcSnd.png)

## Normal Function

The Normal Function mode is the most basic mode. In this mode the function shot is simply the function you typed in, so the trajectory of your shot will be same trajectory as the function's graph.
Expand Down Expand Up @@ -37,7 +39,7 @@ To have a unique solution, a second order differential equation must have two in

## Common Pitfalls

![cam](/../screenshots/ss2Graphwar.png?raw=true)
![cam](https://www.graphwar.com/graphwar_1/ss2Graphwar.png)

The translation of the function have some confusing consequences. First, any constant added to your function is irrelevant to the result. For example, the functions y = 2*x + 3, y = 2*x - 8 and y = 2*x yield the exact same graph in the game.

Expand Down