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.

33 lines
868 B

5 years ago
5 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. - [ ] energy costs
  24. - [ ] ships costs
  25. - [ ] ships building time
  26. - [ ] ships travel time
  27. - [ ] battle engine