Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fthuin/ozproject
pokemoz project
https://github.com/fthuin/ozproject
Last synced: 13 days ago
JSON representation
pokemoz project
- Host: GitHub
- URL: https://github.com/fthuin/ozproject
- Owner: fthuin
- Created: 2015-04-11T19:51:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T12:23:41.000Z (over 9 years ago)
- Last Synced: 2023-02-27T19:47:55.768Z (almost 2 years ago)
- Language: Oz
- Size: 6.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokemOz Project
This project was graded 16/20.
In this directory, you can find all the .oz files you need to run the
Pokemoz Project.We give you a makefile to make the compilation way simplier, open a
console from here and type the following command lines :$ make
If the project is already built, you can just type this command line in
the console :$ make run
If the project is already built and you want to add parameters to the
program, you can type :ozengine ./game.oza [options] [params]
The following options are accepted :
-m, --map FILEPATH (a file containing a map - defaults to map.txt)
-p, --probability INT (probability to find a wild pokemoz in tall grass - defaults to 20)
-s, --speed INT (speed of your pokemoz trainer - defaults to 9)
-a, --autofight BOOL (choice of an automatic game or not - defaults to YES)
-h, -?, --help (a help about the arguments)