You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

4 years ago
4 years ago
  1. # gogame [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/gogame)](https://goreportcard.com/report/github.com/arnaucube/gogame) [![Build Status](https://travis-ci.org/arnaucube/gogame.svg?branch=master)](https://travis-ci.org/arnaucube/gogame)
  2. Nostalgic OGame clone in Go
  3. WIP
  4. The frontend is in https://github.com/arnaucube/gogame-frontend
  5. - [x] queue system
  6. - [x] server api
  7. - [ ] log system (console print and file save)
  8. - [x] register/login
  9. - [ ] data models
  10. - [x] user
  11. - [x] planet
  12. - [x] galaxy
  13. - [ ] ships
  14. - [x] mongodb connectors
  15. - [x] buildings engine
  16. - [x] resources engine
  17. - [x] points
  18. - [ ] costs calculators
  19. - [x] mining growth from mines/buildings
  20. - [x] building costs
  21. - [x] building time
  22. - [x] research time
  23. - [x] energy costs
  24. - [x] energy production
  25. - [ ] production factor (based on positive/negative energy)
  26. - [ ] ships
  27. - [ ] ships costs
  28. - [ ] ships building time
  29. - [ ] ships travel time
  30. - [ ] battle engine
  31. - [ ] lab technologies
  32. - [ ] how tech affects to production of material & times